X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/453698570f26bebd37b39df8537d993b57d77b8b..e5a601f21d25b8806d04be9671c8772e331e3bda:/devscripts/make_supportedsites.py?ds=inline diff --git a/devscripts/make_supportedsites.py b/devscripts/make_supportedsites.py index 3df4385..8cb4a46 100644 --- a/devscripts/make_supportedsites.py +++ b/devscripts/make_supportedsites.py @@ -9,7 +9,7 @@ import sys # Import youtube_dl ROOT_DIR = os.path.join(os.path.dirname(__file__), '..') -sys.path.append(ROOT_DIR) +sys.path.insert(0, ROOT_DIR) import youtube_dl