Browse Source

[generic] Remove unused import

Sergey M․ 7 years ago
parent
commit
287cf7e443
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/generic.py

+ 0 - 1
youtube_dl/extractor/generic.py

@@ -32,7 +32,6 @@ from ..utils import (
     unified_strdate,
     unsmuggle_url,
     UnsupportedError,
-    url_or_none,
     xpath_text,
 )
 from .commonprotocols import RtmpIE