Trying to import podcasts with no artworkURL
This commit is contained in:
@@ -19,8 +19,8 @@ def feedImport ():
|
||||
|
||||
#checks to see if the podcast URL already exists for logged in user and skips it if it has already been imported.
|
||||
r = requests.post(API_URL+'/addFeed/', json={"userID" : 1, "newURL" : url})
|
||||
# print(r.text)
|
||||
print(url)
|
||||
print(r.text)
|
||||
# print(url)
|
||||
|
||||
y=y+1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user