1 (edited by Anim8 28-04-2017 09:28:50)

Topic: SVPtube2 Signature Extraction Failed Fix

Seems youtube has made some changes and broke youtube-dl/SVPtube2 (Not all videos will be broken)

To fix until youtube-dl gets an update edit youtube.py with a text editor

Located at:
\SVP 4\extensions\tube\youtube_dl\extractor\youtube.py

Goto:
Line 966

Replace

r'.*?-(?P<id>[a-zA-Z0-9_-]+)(?:/watch_as3|/html5player(?:-new)?|/base)?\.(?P<ext>[a-z]+)$',

With

r'.*?-(?P<id>[a-zA-Z0-9_-]+)(?:/[a-z]{2}_[A-Z]{2})?(?:/watch_as3|/html5player(?:-new)?|/base)?\.(?P<ext>[a-z]+)$',

Save then restart SVP.

https://github.com/rg3/youtube-dl/issues/12885

Re: SVPtube2 Signature Extraction Failed Fix

you can now update to "2016.04.26-1" via SVP's Maintenance tool