Skip to content
Snippets Groups Projects
Commit ad1d2835 authored by Lukas Ruge's avatar Lukas Ruge
Browse files

bla

parent da2e991f
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ media_xml = "https://chaotikum.org/media_ext.xml"
def ia_access_tokens():
token = "XXX"
token = ""
return token.split(":")
......@@ -34,7 +34,7 @@ def upload_video():
if "download" not in item:
continue
# if its already on the archive we don't need to do it
if "archive" in item:
if "archive" in item and item["archive"] is not None:
continue
print(item)
i_name = item["download"].split("/")[-1].split(".")[0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment