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.
Site support request: academy.gns3.com #18272
Comments
|
Sent credentials to dstftw gmail address |
|
THANK YOU!!!! |
I've verified and I assure that I'm running youtube-dl 2018.11.18
At least skimmed through the README, most notably the FAQ and BUGS sections
Searched the bugtracker for similar issues including closed ones
Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser
Site support request (request for adding support for a new site)
It downloads only first video in the playlist, but not all remaining videos:
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-u', 'PRIVATE', '-p', 'PRIVATE', '-f', 'mp4_video-0
', '-v', 'https://academy.gns3.com/courses/423415']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2018.11.18
[debug] Python version 3.4.4 (CPython) - Windows-7-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {}
[generic] 423415: Requesting header
[redirect] Following redirect to https://academy.gns3.com/p/gns3-certified-associate
[generic] gns3-certified-associate: Requesting header
WARNING: Falling back on generic information extractor.
[generic] gns3-certified-associate: Downloading webpage
[generic] gns3-certified-associate: Extracting information
[Wistia] 7mrhxioa0j: Downloading JSON metadata
[debug] Invoking downloader on 'http://embed.wistia.com/deliveries/d49222e1de9970d559f8db9e4a44fc6d13d4bdb4.bin'
[download] Destination: GNS3 Exam Introduction v1.4.mp4-7mrhxioa0j.mp4
[download] 100% of 21.92MiB in 00:22
The first video in the playlist can also be successfully downloaded from the direct link, but it does not download all remaining videos that play automatically afterwards:
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-u', 'PRIVATE', '-p', 'PRIVATE', '-f', 'mp4_video-0
', '-v', 'https://academy.gns3.com/courses/423415/lectures/6842364']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2018.11.18
[debug] Python version 3.4.4 (CPython) - Windows-7-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {}
[generic] 6842364: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 6842364: Downloading webpage
[generic] 6842364: Extracting information
[Wistia] untlgzk1v7: Downloading JSON metadata
[debug] Invoking downloader on 'http://embed.wistia.com/deliveries/b4950947475376fe892c906de7aea4ad2a4bb469.bin'
[download] Destination: GNS3 Exam Introduction v1.4.mp4-untlgzk1v7.mp4
[download] 100% of 21.91MiB in 00:18
All other videos in the playlist are not downloaded with "Unsupported URL" error message:
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-u', 'PRIVATE', '-p', 'PRIVATE', '-f', 'mp4_video-0
', '-v', 'https://academy.gns3.com/courses/423415/lectures/6885939']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2018.11.18
[debug] Python version 3.4.4 (CPython) - Windows-7-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {}
[generic] 6885939: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 6885939: Downloading webpage
[generic] 6885939: Extracting information
ERROR: Unsupported URL: https://academy.gns3.com/courses/423415/lectures/6885939
Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmph_ixabnp\build\youtube_dl\YoutubeDL.py", line 792, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmph_ixabnp\build\youtube_dl\extractor\common.py", line 508, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmph_ixabnp\build\youtube_dl\extractor\generic.py", line 3318, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: https://academy.gns3.com/courses/423415/lectures/6885939
Thank you