From 7a5c1cfe93924351387b44919b3c0b2f66c4b883 Mon Sep 17 00:00:00 2001 From: Pccode66 <49125134+Pccode66@users.noreply.github.com> Date: Wed, 24 Feb 2021 15:45:56 -0300 Subject: Completely change project name to yt-dlp (#85) * All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan --- test/test_update.py.disabled | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_update.py.disabled') diff --git a/test/test_update.py.disabled b/test/test_update.py.disabled index 1b144c43c..617aee2f8 100644 --- a/test/test_update.py.disabled +++ b/test/test_update.py.disabled @@ -10,7 +10,7 @@ sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) import json -from youtube_dlc.update import rsa_verify +from yt_dlp.update import rsa_verify class TestUpdate(unittest.TestCase): -- cgit v1.2.3