Fix #6: Replace https://studio.youtube.com/channel/UC/music with https://youtube.com/audiolibrary
This commit is contained in:
parent
f00e8f4a9e
commit
5a6382ea00
@ -15,7 +15,7 @@ path = '/home/benjamin/Desktop/bens_folder/dev/yt/audio_library'
|
|||||||
|
|
||||||
os.chdir(path)
|
os.chdir(path)
|
||||||
|
|
||||||
AUDIO_LIBRARY_URL = 'https://studio.youtube.com/channel/UC/music'
|
AUDIO_LIBRARY_URL = 'https://youtube.com/audiolibrary'
|
||||||
|
|
||||||
options = Options()
|
options = Options()
|
||||||
options.add_argument("--user-data-dir=selenium")
|
options.add_argument("--user-data-dir=selenium")
|
||||||
@ -128,4 +128,4 @@ with open('rename.txt', 'w') as f:
|
|||||||
|
|
||||||
#break
|
#break
|
||||||
|
|
||||||
#browser.quit()
|
#browser.quit()
|
||||||
|
Loading…
Reference in New Issue
Block a user