Browse Source

[patreon] Remove unused import

Philipp Hagemeister 11 years ago
parent
commit
af1fd929c6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/patreon.py

+ 0 - 1
youtube_dl/extractor/patreon.py

@@ -6,7 +6,6 @@ import re
 
 
 from .common import InfoExtractor
 from .common import InfoExtractor
 from ..utils import (
 from ..utils import (
-    compat_urlparse,
     js_to_json,
     js_to_json,
 )
 )