From 553f150bee84963795f40e9261b34d838db8cfa1 Mon Sep 17 00:00:00 2001 From: Akash <64683866+akamhy@users.noreply.github.com> Date: Wed, 22 Jul 2020 11:07:23 +0530 Subject: [PATCH] replace youtube with twitter.com for some reason Wayback API is returing diffrent youtube URL now. --- tests/test_1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_1.py b/tests/test_1.py index d043c23..51bc395 100644 --- a/tests/test_1.py +++ b/tests/test_1.py @@ -40,7 +40,7 @@ def test_save(): "commons.wikimedia.org", "www.wiktionary.org", "www.w3schools.com", - "www.youtube.com", + "twitter.com", ] x = random.randint(0, len(url_list) - 1) url1 = url_list[x]