1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-12-13 09:06:36 +01:00
yt-dlp/youtube_dl
Philipp Hagemeister dcddc10a50 [test_unicode_literals] Arm unicode_literals check
From now on, the line

from __future__ import unicode_literals

should be contained in every single Python file lest we run into any more 2.x/3.x issues.
Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise.
2014-11-26 20:01:22 +01:00
..
downloader
extractor [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
postprocessor [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
__init__.py
__main__.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
aes.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
cache.py
compat.py
jsinterp.py
options.py
swfinterp.py
update.py
utils.py
version.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
YoutubeDL.py