mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-03-18 11:50:12 +00:00
clean up
This commit is contained in:
parent
d3103ccc30
commit
d7818871a4
@ -688,13 +688,6 @@ class DownloadApiListView(ApiBaseView):
|
||||
|
||||
pending = [i["youtube_id"] for i in to_add if i["status"] == "pending"]
|
||||
url_str = " ".join(pending)
|
||||
# try:
|
||||
# youtube_ids = Parser(url_str).parse()
|
||||
# except ValueError:
|
||||
# message = f"failed to parse: {url_str}"
|
||||
# print(message)
|
||||
# return Response({"message": message}, status=400)
|
||||
|
||||
extrac_dl.delay(url_str, auto_start=auto_start)
|
||||
|
||||
return Response(data)
|
||||
|
Loading…
Reference in New Issue
Block a user