1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-21 20:49:32 +00:00

[bbc] PEP 8

This commit is contained in:
Sergey M․ 2015-10-11 00:39:28 +06:00
parent 55ebae26f9
commit 6f7893653c

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