replace youtube with twitter.com

for some reason Wayback API is returing diffrent youtube URL now.
This commit is contained in:
Akash 2020-07-22 11:07:23 +05:30 committed by GitHub
parent b3a7e714a5
commit 553f150bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ def test_save():
"commons.wikimedia.org", "commons.wikimedia.org",
"www.wiktionary.org", "www.wiktionary.org",
"www.w3schools.com", "www.w3schools.com",
"www.youtube.com", "twitter.com",
] ]
x = random.randint(0, len(url_list) - 1) x = random.randint(0, len(url_list) - 1)
url1 = url_list[x] url1 = url_list[x]