mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[bbc] PEP 8
This commit is contained in:
parent
55ebae26f9
commit
6f7893653c
@ -717,7 +717,7 @@ def _real_extract(self, url):
|
|||||||
timestamp = parse_iso8601(self._search_regex(
|
timestamp = parse_iso8601(self._search_regex(
|
||||||
[r'<meta[^>]+property="article:published_time"[^>]+content="([^"]+)"',
|
[r'<meta[^>]+property="article:published_time"[^>]+content="([^"]+)"',
|
||||||
r'itemprop="datePublished"[^>]+datetime="([^"]+)"',
|
r'itemprop="datePublished"[^>]+datetime="([^"]+)"',
|
||||||
r'"datePublished":\s*"([^"]+)',],
|
r'"datePublished":\s*"([^"]+)'],
|
||||||
webpage, 'date', default=None))
|
webpage, 'date', default=None))
|
||||||
|
|
||||||
entries = []
|
entries = []
|
||||||
|
Loading…
Reference in New Issue
Block a user