Explorar el Código

[camwithher] Remove extra blank line

Jaime Marquínez Ferrándiz hace 9 años
padre
commit
6d628fafca
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      youtube_dl/extractor/camwithher.py

+ 0 - 1
youtube_dl/extractor/camwithher.py

@@ -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,