Browse Source

[arte.tv] Remove unused import

Sergey M․ 11 years ago
parent
commit
40bca5f927
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/arte.py

+ 0 - 1
youtube_dl/extractor/arte.py

@@ -10,7 +10,6 @@ from ..utils import (
     unified_strdate,
     determine_ext,
     get_element_by_id,
-    compat_str,
     get_element_by_attribute,
     int_or_none,
 )