[bbc] PEP 8
authorSergey M․ <dstftw@gmail.com>
Sat, 10 Oct 2015 18:39:28 +0000 (00:39 +0600)
committerSergey M․ <dstftw@gmail.com>
Sat, 10 Oct 2015 18:39:28 +0000 (00:39 +0600)
youtube_dl/extractor/bbc.py

index f3ded3f9cf3d958991efb2adb9d7643eb5dab4b0..68995f81e95e318a9953890cfdb92aff23bc3f03 100644 (file)
@@ -717,7 +717,7 @@ class BBCIE(BBCCoUkIE):
             timestamp = parse_iso8601(self._search_regex(
                 [r'<meta[^>]+property="article:published_time"[^>]+content="([^"]+)"',
                  r'itemprop="datePublished"[^>]+datetime="([^"]+)"',
-                 r'"datePublished":\s*"([^"]+)',],
+                 r'"datePublished":\s*"([^"]+)'],
                 webpage, 'date', default=None))
 
         entries = []