diff options
author | Remita Amine <remitamine@gmail.com> | 2019-10-16 23:57:40 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2019-10-16 23:57:40 +0100 |
commit | 000115759485797be719c71716c1ac35f003ba6c (patch) | |
tree | 68794c8b017c7ba0d00fbda84634f92f8e03c75c /youtube_dl | |
parent | bc48773ed4c068adfe67078714814035660e5ca4 (diff) |
[atresplayer] Add coding cookie
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/atresplayer.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/atresplayer.py b/youtube_dl/extractor/atresplayer.py index b96218f6c..c2cec9845 100644 --- a/youtube_dl/extractor/atresplayer.py +++ b/youtube_dl/extractor/atresplayer.py @@ -1,3 +1,4 @@ +# coding: utf-8 from __future__ import unicode_literals import re |