From: clauderains Date: Sun, 23 Aug 2015 09:46:29 +0000 (-0700) Subject: [spankwire] Fixed uploader_id field extraction so that test case passes X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=9990c960f2d944cfbecb7d613062b98fe99464a7;p=youtube-dl [spankwire] Fixed uploader_id field extraction so that test case passes --- diff --git a/youtube_dl/extractor/spankwire.py b/youtube_dl/extractor/spankwire.py index 5fa6faf18..0a35c2b3b 100644 --- a/youtube_dl/extractor/spankwire.py +++ b/youtube_dl/extractor/spankwire.py @@ -54,7 +54,7 @@ class SpankwireIE(InfoExtractor): r'by:\s*]*>(.+?)', webpage, 'uploader', fatal=False) uploader_id = self._html_search_regex( - r'by:\s* on (.+?) at \d+:\d+',