1
0
Fork 0
mirror of synced 2024-05-29 16:40:06 +12:00

v.redd.it audio permission denied bug fixed

This commit is contained in:
Ali 2020-07-06 21:56:30 +03:00
parent 50d9163dd8
commit e93e494173

View file

@ -25,7 +25,7 @@ class VReddit:
videoName = post['POSTID'] + "_video"
videoURL = post['CONTENTURL']
audioName = post['POSTID'] + "_audio"
audioURL = videoURL[:videoURL.rfind('/')] + '/audio'
audioURL = videoURL[:videoURL.rfind('/')] + '/DASH_audio.mp4'
print(directory,filename,sep="\n")