aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/ign.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-12-26 03:17:56 +0600
committerSergey M․ <dstftw@gmail.com>2015-12-26 03:17:56 +0600
commit607d65fbceebe7df6d45bb02d6eab378896f099b (patch)
treee1453f733c852a4f9ce6f49427abece75050f873 /youtube_dl/extractor/ign.py
parent9f0ee2a3883ec6f6fdccba90085cb925aaa2f617 (diff)
downloadyoutube-dl-607d65fbceebe7df6d45bb02d6eab378896f099b.zip
youtube-dl-607d65fbceebe7df6d45bb02d6eab378896f099b.tar.gz
youtube-dl-607d65fbceebe7df6d45bb02d6eab378896f099b.tar.bz2
[ign] flake8
Diffstat (limited to 'youtube_dl/extractor/ign.py')
-rw-r--r--youtube_dl/extractor/ign.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/ign.py b/youtube_dl/extractor/ign.py
index 6160f03..a2e18c8 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': {