mirror of
https://github.com/ytdl-org/ytdl-nightly.git
synced 2025-06-05 21:49:13 +02:00
[workflows/ci.yml] Restore test support for Py 3.2
This commit is contained in:
@@ -6,6 +6,10 @@ import os
|
||||
from os.path import dirname as dirn
|
||||
import sys
|
||||
|
||||
from youtube_dl.compat import compat_register_utf8
|
||||
|
||||
compat_register_utf8()
|
||||
|
||||
print('WARNING: Lazy loading extractors is an experimental feature that may not always work', file=sys.stderr)
|
||||
|
||||
sys.path.insert(0, dirn(dirn((os.path.abspath(__file__)))))
|
||||
|
Reference in New Issue
Block a user