youtube-dl - multi-site media/video downloader
Re: youtube-dl - multi-site media/video downloader
Hi TP109, thanks for the info 
I wanted to see how ytdlc handled links from Vimeo, Bitchute, as well Youtube, I ran a few quick tests, far from conclusive, I just wanted to compare YTDL vs YTDLC... for the most part they are about equal in speed from the time you launch the link to ffmpeg doing its magic. There were a few differences but not really a problem:
YTDL (09-20-2020) was about twice as fast as YTDLC (10-24-2020) when it came to webm from Youtube. Also YTDLC created a file about 15mb larger than YTDL from a Vimeo link, 85mb 720 HD video demo versus 101mb for YTDLC. Except for these differences the other tests (8 in total) were the same speed wise and file size. All links and formats were the same. FFmpeg is the gyan.dev git essentials 10-21-2020 version.
Browsing thru Help these seem to be the new commands in YTDLC, I compared line by line so I figure I got em all..?

I dropped youtube-dlc.exe in my \YTDL folder and everyone so far is playing nice and getting along. I found the same commands I'd been using with ytdl.exe works the same on ytdlc.exe as well.TP109 wrote: ↑Sat Oct 24, 2020 6:48 pmYoutube-dlc is almost exactly like youtube-dl, with only a couple of extra command options. Syntax is the same except the need to use youtube-dlc instead of youtube-dl. I'm using the same batch file by replacing youtube-dl with youtube-dlc and it works. l only tried it on YouTube so far.
Youtube-dlc works with ffmpeg and ffprobe the same way.
I wanted to see how ytdlc handled links from Vimeo, Bitchute, as well Youtube, I ran a few quick tests, far from conclusive, I just wanted to compare YTDL vs YTDLC... for the most part they are about equal in speed from the time you launch the link to ffmpeg doing its magic. There were a few differences but not really a problem:
YTDL (09-20-2020) was about twice as fast as YTDLC (10-24-2020) when it came to webm from Youtube. Also YTDLC created a file about 15mb larger than YTDL from a Vimeo link, 85mb 720 HD video demo versus 101mb for YTDLC. Except for these differences the other tests (8 in total) were the same speed wise and file size. All links and formats were the same. FFmpeg is the gyan.dev git essentials 10-21-2020 version.
Browsing thru Help these seem to be the new commands in YTDLC, I compared line by line so I figure I got em all..?
--trim-file-name None ... Limit the filename length (extension excluded)
--sleep-subtitles ... Enforce sleep interval on subtitles as well
--youtube-skip-hls-manifest ... Do not download the HLS manifests and related data on YouTube videos
--remux-video FORMAT ... Remux the video to another container format if necessary (currently supported: mp4|mkv, target container format must support video / audio encoding, remuxing may fail)
--ignore-dynamic-mpd ... Do not process dynamic DASH manifests
I just wanted to be sure, the information for YTDLC read a bit less precise for my brainTP109 wrote: ↑Sat Oct 24, 2020 6:48 pmPython isn't required for windows. From the 1st link in billion's following post:
Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work except for Windows exe.
Windows exe requires Microsoft Visual C++ 2010 Redistributable Package (x86) and does not require Python that is already embedded into the binary.

I would say if anyone is using YTDL you might want to drop YTDLC in the folder too.youtube-dlc is a command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter, version 2.6, 2.7, or 3.2+
Re: youtube-dl - multi-site media/video downloader
Although I didn't go into detail, I did a line by line comparison of the help file as well and also found the differences between Youtube-dl and Youtube-dlc have been minor so far, although according to the Youtube-dlc developers, they planned on improving the program more frequently than Youtube-dl.
Update:
The repository for Youtube-dlc has been taken down by the DMCA:
https://github.com/blackjack4494/youtube-dlc
Apparently youtube-dlc and possibly a few other forks escaped notice the first time around and now they are mopping up the rest.
Update:
The repository for Youtube-dlc has been taken down by the DMCA:
https://github.com/blackjack4494/youtube-dlc
Apparently youtube-dlc and possibly a few other forks escaped notice the first time around and now they are mopping up the rest.
Re: youtube-dl - multi-site media/video downloader
ytdlc has been updated to version 2020.10.31 - if you can find your way to the \releases page, if not videohelp has the latest too.
just some fyi from a review on videohelp, can't confirm or deny
- ytdlc 64-bit won't run on win7 due to the python 3.9 requirement which requires win8.1 and above. ytdlc 32-bit will run on win7.
just some fyi from a review on videohelp, can't confirm or deny

Re: youtube-dl - multi-site media/video downloader
Yep, temporary youtube-dl repository on GitLab - https://gitlab.com/dstftw/youtube-dl
Downloads - https://gitlab.com/dstftw/youtube-dl/-/releases
Changelog - https://gitlab.com/dstftw/youtube-dl/-/ ... /ChangeLog
Downloads - https://gitlab.com/dstftw/youtube-dl/-/releases
Changelog - https://gitlab.com/dstftw/youtube-dl/-/ ... /ChangeLog
-
- Posts: 1043
- Joined: Wed Jul 18, 2007 5:45 pm
Re: youtube-dl - multi-site media/video downloader
youtube-dl is back on Github, but they had to remove a block of code regarding cipher decryption:
https://github.blog/2020-11-16-standing ... l-is-back/
https://github.blog/2020-11-16-standing ... l-is-back/
Last edited by freakazoid on Tue Nov 17, 2020 2:03 pm, edited 1 time in total.
is it stealth? 

Re: youtube-dl - multi-site media/video downloader
A (more?) complete overview of youtube-dl's reinstatement:
www.xda-developers.com/github-reinstates-youtube-dl-changes-dmca-review-process/
See also:
www.xda-developers.com/youtube-dl-riaa-dmca/
And:
www.eff.org/deeplinks/2020/11/github-reinstates-youtube-dl-after-riaas-abuse-dmca
www.xda-developers.com/github-reinstates-youtube-dl-changes-dmca-review-process/
See also:
www.xda-developers.com/youtube-dl-riaa-dmca/
And:
www.eff.org/deeplinks/2020/11/github-reinstates-youtube-dl-after-riaas-abuse-dmca
-
- Posts: 1043
- Joined: Wed Jul 18, 2007 5:45 pm
Re: youtube-dl - multi-site media/video downloader
Update - That removed code was from a fork. The mainline youtube-dl did not remove the cipher decryption. My bad! Carry on!
is it stealth? 

Re: youtube-dl - multi-site media/video downloader
youtube-dl 2020.11.19
• GitHub program page: https://github.com/ytdl-org/youtube-dl
• GitHub download page: https://github.com/ytdl-org/youtube-dl/ ... 2020.11.19
• GitHub direct download: https://github.com/ytdl-org/youtube-dl/ ... ube-dl.exe
• MajorGeeks: https://www.majorgeeks.com/files/detail ... be_dl.html
• MajorGeeks direct download: https://www.majorgeeks.com/mg/get/youtube_dl,1.html
• GitHub program page: https://github.com/ytdl-org/youtube-dl
• GitHub download page: https://github.com/ytdl-org/youtube-dl/ ... 2020.11.19
• GitHub direct download: https://github.com/ytdl-org/youtube-dl/ ... ube-dl.exe
• MajorGeeks: https://www.majorgeeks.com/files/detail ... be_dl.html
• MajorGeeks direct download: https://www.majorgeeks.com/mg/get/youtube_dl,1.html