[workflows/ci.yml] Restore test support for Py 3.2

This commit is contained in:
dirkf 2023-06-29 15:27:12 +01:00
parent 58fc5bde47
commit 2500300c2a
6 changed files with 328 additions and 30 deletions

View file

@ -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__)))))