[camwithher] Remove extra blank line
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 1 Apr 2016 18:45:21 +0000 (20:45 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 1 Apr 2016 18:45:21 +0000 (20:45 +0200)
youtube_dl/extractor/camwithher.py

index 9809096ec9e483fa3ac18d5d256cdc5d5a772daf..afbc5ea267400394dd7c477b9468ef434c96be6c 100644 (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,