1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-29 20:51:10 +02:00

[camwithher] Remove extra blank line

This commit is contained in:
Jaime Marquínez Ferrándiz 2016-04-01 20:45:21 +02:00
parent 0f28777f58
commit 6d628fafca

View File

@ -72,7 +72,6 @@ def _real_extract(self, url):
upload_date = unified_strdate(self._search_regex(
r'Added on\s*:\s*([\d-]+)', webpage, 'upload date', default=None))
return {
'id': flv_id,
'url': rtmp_url,