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.
FranceTV: some videos are not working, but a similar video works #24426
Comments
|
You must provide FR proxy for any work on this. |
|
Hi @dstftw , |
Checklist
Verbose log
% youtube-dl -v -F 'https://www.france.tv/970585-symphonies-n-1-et-n-5-de-tchaikovski-a-l-opera-de-paris.html'
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-F', 'https://www.france.tv/970585-symphonies-n-1-et-n-5-de-tchaikovski-a-l-opera-de-paris.html']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.03.08
[debug] Python version 3.7.6 (CPython) - Linux-5.5.8-200.fc31.x86_64-x86_64-with-fedora-31-Thirty_One
[debug] exe versions: ffmpeg 4.2.2, ffprobe 4.2.2
[debug] Proxy map: {}
[FranceTVSite] 970585-symphonies-n-1-et-n-5-de-tchaikovski-a-l-opera-de-paris: Downloading webpage
[FranceTV] 406e49ca-eb67-46c6-bc84-7ac584539132: Downloading video JSON
Traceback (most recent call last):
File "/usr/lib64/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib64/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/bin/youtube-dl/main.py", line 19, in
File "/usr/bin/youtube-dl/youtube_dl/init.py", line 474, in main
File "/usr/bin/youtube-dl/youtube_dl/init.py", line 464, in _real_main
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2019, in download
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 808, in extract_info
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 870, in process_ie_result
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 797, in extract_info
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
File "/usr/bin/youtube-dl/youtube_dl/extractor/francetv.py", line 209, in _real_extract
File "/usr/bin/youtube-dl/youtube_dl/extractor/francetv.py", line 103, in _extract_video
IndexError: list index out of range
Description
The three following urls work in browser:
https://www.france.tv/970585-symphonies-n-1-et-n-5-de-tchaikovski-a-l-opera-de-paris.html
https://www.france.tv/971153-tchaikovski-symphonie-n-2-4-dirigees-par-philippe-jordan.html
https://www.france.tv/971277-tchaikovski-symphonie-n-3-6-dirigees-par-philippe-jordan.html
However, only the third one works with youtube-dl.
I have pasted the output of youtube-dl -v '[first url]'; the error message for the second url is the same (except where the url is printed, obviously, and for the hexadecimal sequence on the "Downloading video JSON" line)
The three videos have been posted at the same time and obviously form a sequence. It is weird that one works but not the others.