mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-10-21 15:48:36 +09:00
flake8 fixes
This commit is contained in:
@@ -34,8 +34,8 @@ class DigitalConcertHallIE(InfoExtractor):
|
||||
language = 'en'
|
||||
self.debug_out("url: " + url + " video_id: " + video_id + " language: " + language)
|
||||
webpage = self._download_webpage(url, video_id)
|
||||
playlist_title = self._html_search_regex(r'<title>(.+?)</title>', webpage, 'title') \
|
||||
or self._og_search_title(webpage)
|
||||
playlist_title = self._html_search_regex(r'<title>(.+?)</title>', webpage, 'title') or \
|
||||
self._og_search_title(webpage)
|
||||
self.debug_out("playlist_title: " + playlist_title)
|
||||
|
||||
# this returns JSON containing the urls of the playlist
|
||||
|
Reference in New Issue
Block a user