diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-22 03:10:31 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-22 03:10:31 +0100 |
commit | 43030f36db60d1262525e8182c2bb8f8bc68f260 (patch) | |
tree | b83c911133bd656a48688eb4748cc740a20e0f02 /youtube_dl | |
parent | 48c63f1653e1c35f8dcb318fb51d6fc4281116ac (diff) |
[d8] typo
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/d8.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/d8.py b/youtube_dl/extractor/d8.py index 093164122..6b26ff2e3 100644 --- a/youtube_dl/extractor/d8.py +++ b/youtube_dl/extractor/d8.py @@ -1,5 +1,5 @@ # encoding: utf-8 -from __future__ import unicode_literal +from __future__ import unicode_literals from .canalplus import CanalplusIE |