mirror of
https://git.lurk.org/repos/radio-looptober.git
synced 2024-12-22 20:40:32 +01:00
grab_media argument fix
This commit is contained in:
parent
bb9fd148b4
commit
9e0bc07074
@ -13,7 +13,7 @@ import shutil
|
||||
|
||||
output_dir = "loooooops"
|
||||
|
||||
def grab_media(path, url, filename):
|
||||
def grab_media(path, url):
|
||||
|
||||
media_item = urlparse(url).path.split('/')[-1]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user