1
0
Fork 0
mirror of synced 2024-06-30 12:00:48 +12:00

Fix v.redd.it URLs

This commit is contained in:
Ali 2020-07-06 20:48:59 +03:00
parent 50d800baf1
commit 50d9163dd8

View file

@ -298,7 +298,7 @@ def matchWithDownloader(submission):
"DASH_480","DASH_360","DASH_240"]
for bitrate in bitrates:
videoURL = submission.url+"/"+bitrate
videoURL = submission.url+"/"+bitrate+".mp4"
try:
responseCode = urllib.request.urlopen(videoURL).getcode()