Fix filename sanitation (Closes #555)
[youtube-dl] / youtube_dl / __init__.py
index 92478aa6bb71d2b3a92127eb9e1877ec4eb813dd..d940b92e4b6ccbb1146c1c534510654bb5ee8aba 100644 (file)
@@ -18,6 +18,7 @@ __authors__  = (
        'Ori Avtalion',
        'shizeeg',
        'Filippo Valsorda',
+       'Christian Albrecht',
        )
 
 __license__ = 'Public Domain'
@@ -367,7 +368,7 @@ def gen_extractors():
                YoukuIE(),
                XNXXIE(),
                GooglePlusIE(),
-
+               ArteTvIE(),
                GenericIE()
        ]