mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-16 14:25:47 +00:00
[listennow] fix flake8
CI said: Failure: SyntaxError (Non-ASCII character '\xc3' in file [...]/youtube_dl/extractor/listennow.py on line 14, but no encoding declared Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
This commit is contained in:
parent
cfc78f02a4
commit
6128cae342
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
# coding: utf-8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from .common import InfoExtractor
|
||||
|
|
Loading…
Reference in a new issue