[bbc] PEP 8

master
Sergey M․ 9 years ago
parent 55ebae26f9
commit 6f7893653c

@ -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 = []

Loading…
Cancel
Save