1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

Fix printing title etc.

This commit is contained in:
Philipp Hagemeister
2012-11-28 00:46:21 +01:00
parent 64a57846d3
commit 8cd10ac4ef
4 changed files with 14 additions and 9 deletions

View File

@ -13,7 +13,7 @@ from youtube_dl.utils import sanitize_filename
from youtube_dl.utils import unescapeHTML
from youtube_dl.utils import orderedSet
if sys.version < (3,0):
if sys.version_info < (3,0):
_compat_str = lambda b: b.decode('unicode-escape')
else:
_compat_str = lambda s: s