youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit ff0f0b9172e432ebbfca88da91278554eb47c307
parent 97b570a94cc2387153af525f781e144bb4bb791e
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 11 Jun 2015 22:18:08 +0600

[tube8] Fix extraction (Closes #5952)

Diffstat:
Myoutube_dl/extractor/tube8.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/tube8.py b/youtube_dl/extractor/tube8.py @@ -47,7 +47,7 @@ class Tube8IE(InfoExtractor): webpage = self._download_webpage(req, display_id) flashvars = json.loads(self._html_search_regex( - r'flashvars\s*=\s*({.+?})', webpage, 'flashvars')) + r'flashvars\s*=\s*({.+?});\r?\n', webpage, 'flashvars')) video_url = flashvars['video_url'] if flashvars.get('encrypted') is True: