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.