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.
TF1 broken ? #9656
TF1 broken ? #9656
Comments
|
Please run the following command:
And upload youtube-dl-tf1.txt By the way, don't run youtube-dl as root. We are always trying to keep youtube-dl safe but nothing is guaranteed. |
|
Here is the file |
|
Thanks for the report. Support for TF1 will be fixed in the next version. |
|
Thanks |
|
Fixed in youtube-dl 2016.06.02. |
|
Hello,
Thank you for your help. |
|
@Animis09 This video uses encryption (SAMPLE-AES), which is not supported by youtube-dl yet. Please open a new issue. |
TF1 seems to be broken:
youtube-dl -F http://www.tf1.fr/tf1/the-voice/videos/amandine-rend-dingue-mika-choisissant-florent-pagny.html --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-F', u'http://www.tf1.fr/tf1/the-voice/videos/amandine-rend-dingue-mika-choisissant-florent-pagny.html', u'--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.05.30.2
[debug] Proxy map: {}
[TF1] amandine-rend-dingue-mika-choisissant-florent-pagny: Downloading webpage
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in run_module_as_main
"_main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in run_code
exec code in run_globals
File "/usr/local/bin/youtube-dl/_main.py", line 19, in
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 421, in main
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 411, in _real_main
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1736, in download
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 676, in extract_info
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 341, in extract
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/tf1.py", line 52, in _real_extract
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 653, in _html_search_regex
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 623, in _search_regex
File "/usr/lib/python2.7/re.py", line 142, in search
return _compile(pattern, flags).search(string)
File "/usr/lib/python2.7/re.py", line 242, in _compile
raise error, v # invalid expression
sre_constants.error: nothing to repeat
Thank you for your help.