stop uploading to litterbox while debugging
This commit is contained in:
parent
9fb5b023d0
commit
010c57247b
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@ def main():
|
||||||
print(url, video_or_audio)
|
print(url, video_or_audio)
|
||||||
if download(url, video_or_audio):
|
if download(url, video_or_audio):
|
||||||
zip_file = zip_all_files()
|
zip_file = zip_all_files()
|
||||||
output_url = upload_to_litterbox(zip_file)
|
#output_url = upload_to_litterbox(zip_file)
|
||||||
|
output_url = "test_url"
|
||||||
print(output_url)
|
print(output_url)
|
||||||
with open(f"data/ytdl/{time.time()}.txt", "w") as output_file:
|
with open(f"data/ytdl/{time.time()}.txt", "w") as output_file:
|
||||||
output_file.write(output_url)
|
output_file.write(output_url)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue