diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-10-11 00:39:28 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-10-11 00:39:28 +0600 |
commit | 6f7893653c86c620099d7bf0e3bd4951be8b4ad1 (patch) | |
tree | f61a1e84b122ae3e52d174a75df842c3a90f3699 /youtube_dl/extractor/bbc.py | |
parent | 55ebae26f937a6a3a1fcb78d2f797972080f8b88 (diff) |
[bbc] PEP 8
Diffstat (limited to 'youtube_dl/extractor/bbc.py')
-rw-r--r-- | youtube_dl/extractor/bbc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/bbc.py b/youtube_dl/extractor/bbc.py index f3ded3f9c..68995f81e 100644 --- a/youtube_dl/extractor/bbc.py +++ b/youtube_dl/extractor/bbc.py @@ -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 = [] |