mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[behindkink] Remove superfluous whitespace
This commit is contained in:
parent
09c82fbc9a
commit
bf671b605e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ def _real_extract(self, url):
|
||||||
|
|
||||||
video_url = self._search_regex(
|
video_url = self._search_regex(
|
||||||
r'<source src="([^"]+)"', webpage, 'video URL')
|
r'<source src="([^"]+)"', webpage, 'video URL')
|
||||||
video_id = url_basename(video_url).split('_')[0]
|
video_id = url_basename(video_url).split('_')[0]
|
||||||
upload_date = mobj.group('year') + mobj.group('month') + mobj.group('day')
|
upload_date = mobj.group('year') + mobj.group('month') + mobj.group('day')
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in a new issue