Browse Source

[camwithher] Remove extra blank line

totalwebcasting
Jaime Marquínez Ferrándiz 8 years ago
parent
commit
6d628fafca
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      youtube_dl/extractor/camwithher.py

+ 0
- 1
youtube_dl/extractor/camwithher.py View File

@ -72,7 +72,6 @@ class CamWithHerIE(InfoExtractor):
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,


Loading…
Cancel
Save