logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 6f7893653c86c620099d7bf0e3bd4951be8b4ad1
parent 55ebae26f937a6a3a1fcb78d2f797972080f8b88
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 11 Oct 2015 00:39:28 +0600

[bbc] PEP 8

Diffstat:

Myoutube_dl/extractor/bbc.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 = []