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.
RegexNotFoundError error #5085
RegexNotFoundError error #5085
Comments
|
update: |
|
Post the full output you get when running with |
|
youtube-dl -v ´link´ = |
|
You are using an outdated version of youtube-dl. Refer to our FAQ if you have trouble updating. |
|
i tried with 1 video , of a festival and it worked, some videos (from youtube VEVO) don't work ... is it about that? |
|
i used youtube-dl -U and it said i have other managers and to update from there ... but i don't know how, i installed via terminal, and i tried to remove and install it again .. |
|
Please make sure to read the information @dstftw linked to:
From then on you'll be able to update with |
i get this:
"ERROR: Signature extraction failed: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 479, in _decrypt_signature
video_id, player_url, s
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 383, in _extract_signature_function
res = self._parse_sig_js(code)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 454, in _parse_sig_js
u'Initial JS player signature function name')
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 391, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug ."
when using command : "youtube-dl -o '%(title)s.mp4' --extract-audio --audio-format mp3 ´link´"