diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-12-26 03:17:56 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-12-26 03:17:56 +0600 |
commit | 607d65fbceebe7df6d45bb02d6eab378896f099b (patch) | |
tree | e1453f733c852a4f9ce6f49427abece75050f873 /youtube_dl | |
parent | 9f0ee2a3883ec6f6fdccba90085cb925aaa2f617 (diff) |
[ign] flake8
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/ign.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/ign.py b/youtube_dl/extractor/ign.py index 6160f03d1..a2e18c8a7 100644 --- a/youtube_dl/extractor/ign.py +++ b/youtube_dl/extractor/ign.py @@ -109,7 +109,7 @@ class IGNIE(InfoExtractor): if page_type != 'video': multiple_urls = re.findall( r'<param name="flashvars"[^>]*value="[^"]*?url=(https?://www\.ign\.com/videos/.*?)["&]', - webpage) + webpage) if multiple_urls: entries = [self.url_result(u, ie='IGN') for u in multiple_urls] return { @@ -209,7 +209,7 @@ class PCMagIE(IGNIE): 'upload_date': '20150106', 'uploader_id': 'cozzipix@gmail.com', } - },{ + }, { 'url': 'http://www.pcmag.com/article2/0,2817,2470156,00.asp', 'md5': '94130c1ca07ba0adb6088350681f16c1', 'info_dict': { |