Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Verbose log
PS C:\Users\HDNLSR> youtube-dl --verbose -o 'p:\contents\New folder/%(playlist)s/%(chapter_number)s - %(chapter)s/%(t
itle)s.%(ext)s' https://app.lecturio.com/medical-courses/thoracic-viscera.course#/tab/videos --limit-rate 5000k --sleep-
interval 10 --ignore-errors --username 123@gmail.com --password 123
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', '-o', 'p:\contents\New folder/%(playlist)s/%(chapter_number)s - %(chapter)s/%
(title)s.%(ext)s', 'https://app.lecturio.com/medical-courses/thoracic-viscera.course#/tab/videos', '--limit-rate', '5000
k', '--sleep-interval', '10', '--ignore-errors', '--username', 'PRIVATE', '--password', 'PRIVATE']
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] youtube-dl version 2019.07.02
[debug] Python version 3.6.4rc1 (CPython) - Windows-2012ServerR2-6.3.9600-SP0
[debug] exe versions: ffmpeg N-89395-g71421f382f, ffprobe N-89395-g71421f382f
[debug] Proxy map: {}
[LecturioCourse] Downloading login popup
[LecturioCourse] Logging in
[LecturioCourse] thoracic-viscera: Downloading webpage
[download] Downloading playlist: thoracic-viscera
[LecturioCourse] playlist thoracic-viscera: Collected 0 video ids (downloading 0 of them)
[download] Finished downloading playlist: thoracic-viscera
PS C:\Users\HDNLSR>
Description
i tried many courses but youtube-dl says 0 video ids collected
but there is all videos available in browser and if i copy single video url and try to download using youtube-dl then it is working and downloading only one video lecture which i put url but whole lecture list is not downloading please check this
thanks