[camwithher] Remove extra blank line
This commit is contained in:
parent
0f28777f58
commit
6d628fafca
|
@ -72,7 +72,6 @@ class CamWithHerIE(InfoExtractor):
|
||||||
upload_date = unified_strdate(self._search_regex(
|
upload_date = unified_strdate(self._search_regex(
|
||||||
r'Added on\s*:\s*([\d-]+)', webpage, 'upload date', default=None))
|
r'Added on\s*:\s*([\d-]+)', webpage, 'upload date', default=None))
|
||||||
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'id': flv_id,
|
'id': flv_id,
|
||||||
'url': rtmp_url,
|
'url': rtmp_url,
|
||||||
|
|
Loading…
Reference in New Issue