1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[behindkink] Remove superfluous whitespace

This commit is contained in:
Sergey M․ 2014-12-11 20:09:52 +06:00
parent 09c82fbc9a
commit bf671b605e

View file

@ -31,7 +31,7 @@ class BehindKinkIE(InfoExtractor):
video_url = self._search_regex(
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')
return {