v.redd.it audio permission denied bug fixed
This commit is contained in:
@@ -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")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user