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
userAcoount@computer:/media/user/90586774/Orelly/Lesson00$ youtube-dl -v -u myUsername -p myPassword -o "%(playlist)s/%(playlist_index)s-%(title)s.%(ext)s" -f best https://learning.oreilly.com/videos/selenium-webdriver-with/9781789131550 --all-subs
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'-u', u'PRIVATE', u'-p', u'PRIVATE', u'-o', u'%(playlist)s/%(playlist_index)s-%(title)s.%(ext)s', u'-f', u'best', u'https://learning.oreilly.com/videos/selenium-webdriver-with/9781789131550', u'--all-subs']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.01.01
[debug] Python version 2.7.17 (CPython) - Linux-5.0.0-32-generic-x86_64-with-LinuxMint-19.3-tricia
[debug] exe versions: ffmpeg 3.4.6, ffprobe 3.4.6
[debug] Proxy map: {}
[safari:course] Downloading login page
[safari:course] Logging in
[safari:course] Completing login
[safari:course] 9781789131550: Downloading course JSON
[download] Downloading playlist: Selenium WebDriver With Python 3.x - Novice To Ninja
[safari:course] playlist Selenium WebDriver With Python 3.x - Novice To Ninja: Collected 193 video ids (downloading 193 of them)
[download] Downloading video 1 of 193
[safari:api] Downloading login page
[safari:api] 9781789131550/video1_1: Downloading part JSON
[safari] Downloading login page
[safari] 9781789131550-video1_1: Downloading webpage
[safari] 9781789131550-video1_1: Downloading kaltura session JSON
WARNING: [safari] 9781789131550-video1_1: Failed to parse JSON No JSON object could be decoded
[Kaltura] 9781789131550-video1_1: Downloading webpage
[Kaltura] 0_fyee45lt: Downloading video info JSON
[Kaltura] 0_fyee45lt: Checking mp4-844 URL
[Kaltura] 0_fyee45lt: Downloading m3u8 information
[debug] Invoking downloader on u'http://cdnapi.kaltura.com/p/1926081/sp/192608100/playManifest/entryId/0_fyee45lt/format/url/protocol/http/flavorId/0_662i1ibd'
[download] Destination: Selenium WebDriver With Python 3.x - Novice To Ninja/001-Introduction.mp4
[download] 100% of 5.69MiB in 00:03
[download] Downloading video 2 of 193
[safari:api] 9781789131550/video1_2: Downloading part JSON
[safari] 9781789131550-video1_2: Downloading webpage
Description
WRITE DESCRIPTION HERE
While trying to download videos from kaltura (oreilly lessons) it only downloads first part of videos. It is only 1 minute all video files. Not more than this. I think It is from not reading json file which contains part infos. I posted verbose logs above. Thank you for responses.
Best Regards.