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" videoName = post['POSTID'] + "_video"
videoURL = post['CONTENTURL'] videoURL = post['CONTENTURL']
audioName = post['POSTID'] + "_audio" audioName = post['POSTID'] + "_audio"
audioURL = videoURL[:videoURL.rfind('/')] + '/audio' audioURL = videoURL[:videoURL.rfind('/')] + '/DASH_audio.mp4'
print(directory,filename,sep="\n") print(directory,filename,sep="\n")