Merge pull request #3927 from qrtt1/master
[youtube-dl] / youtube_dl / extractor / arte.py
index aafc3a24dfe56b47a6d4a1c4722b92b294e39f7b..219631b9b0dfa690a37e09a7b3473566543370e2 100644 (file)
@@ -5,7 +5,6 @@ import re
 
 from .common import InfoExtractor
 from ..utils import (
-    ExtractorError,
     find_xpath_attr,
     unified_strdate,
     get_element_by_id,
@@ -14,7 +13,7 @@ from ..utils import (
     qualities,
 )
 
-# There are different sources of video in arte.tv, the extraction process 
+# There are different sources of video in arte.tv, the extraction process
 # is different for each one. The videos usually expire in 7 days, so we can't
 # add tests.