projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55ebae2
)
[bbc] PEP 8
author
Sergey M․
<dstftw@gmail.com>
Sat, 10 Oct 2015 18:39:28 +0000
(
00:39
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 10 Oct 2015 18:39:28 +0000
(
00:39
+0600)
youtube_dl/extractor/bbc.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/bbc.py
b/youtube_dl/extractor/bbc.py
index f3ded3f9cf3d958991efb2adb9d7643eb5dab4b0..68995f81e95e318a9953890cfdb92aff23bc3f03 100644
(file)
--- 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 = []