diff options
author | Unknown <blackjack4494@web.de> | 2020-09-12 08:22:59 +0200 |
---|---|---|
committer | Unknown <blackjack4494@web.de> | 2020-09-12 08:22:59 +0200 |
commit | e02cdb31bb9d7d80d382fcc37f61e08cc7dc56f0 (patch) | |
tree | e7c94fea95ef94ec5e917ac14f267d1aca01b221 | |
parent | ac4df0908aae69107a5b0cb97db459d05d18bc97 (diff) | |
download | hypervideo-pre-e02cdb31bb9d7d80d382fcc37f61e08cc7dc56f0.tar.lz hypervideo-pre-e02cdb31bb9d7d80d382fcc37f61e08cc7dc56f0.tar.xz hypervideo-pre-e02cdb31bb9d7d80d382fcc37f61e08cc7dc56f0.zip |
[skip travis] update supportedsites and make_win.bat
-rw-r--r-- | docs/supportedsites.md | 9 | ||||
-rw-r--r-- | make_win.bat | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/supportedsites.md b/docs/supportedsites.md index 70f1bd8c2..87c3d2232 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -40,6 +40,8 @@ - **AlJazeera** - **Allocine** - **AlphaPorno** + - **Alura** + - **AluraCourse** - **AMCNetworks** - **AmericasTestKitchen** - **anderetijden**: npo.nl, ntr.nl, omroepwnl.nl, zapp.nl and npo3.nl @@ -208,6 +210,7 @@ - **daum.net:user** - **DBTV** - **DctpTv** + - **DeezerAlbum** - **DeezerPlaylist** - **defense.gouv.fr** - **democracynow** @@ -234,6 +237,8 @@ - **drtv** - **drtv:live** - **DTube** + - **duboku**: www.duboku.co + - **duboku:list**: www.duboku.co entire series - **Dumpert** - **dvtv**: http://video.aktualne.cz/ - **dw** @@ -455,6 +460,7 @@ - **lynda**: lynda.com videos - **lynda:course**: lynda.com online courses - **m6** + - **MagentaMusik360** - **mailru**: Видео@Mail.Ru - **mailru:music**: Музыка@Mail.Ru - **mailru:music:search**: Музыка@Mail.Ru @@ -525,6 +531,7 @@ - **MySpace:album** - **MySpass** - **Myvi** + - **MyVideoGe** - **MyVidster** - **MyviEmbed** - **MyVisionTV** @@ -900,7 +907,6 @@ - **ThisAV** - **ThisOldHouse** - **TikTok** - - **TikTokUser** - **tinypic**: tinypic.com videos - **TMZ** - **TMZArticle** @@ -945,6 +951,7 @@ - **TVNoe** - **TVNow** - **TVNowAnnual** + - **TVNowFilm** - **TVNowNew** - **TVNowSeason** - **TVNowShow** diff --git a/make_win.bat b/make_win.bat index a63130f1e..891d517b3 100644 --- a/make_win.bat +++ b/make_win.bat @@ -1 +1 @@ -pyinstaller.exe youtube_dlc\__main__.py --onefile --name youtube-dlc --version-file win\ver.txt --icon win\icon\cloud.ico
\ No newline at end of file +py -m PyInstaller youtube_dlc\__main__.py --onefile --name youtube-dlc --version-file win\ver.txt --icon win\icon\cloud.ico
\ No newline at end of file |