Skip to content

Commit

Permalink
Remove qualities warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAplin committed Apr 19, 2024
1 parent bf201bc commit 2a5bc1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nndownload/nndownload.py
Original file line number Diff line number Diff line change
Expand Up @@ -1626,8 +1626,6 @@ def perform_api_request(session: requests.Session, document: BeautifulSoup) -> d

# Perform request to Dwango Media Cluster (DMC)
elif params["media"]["delivery"]:
output("Higher available qualities may not be available to download for certain videos uploaded after 2023-11-01. Follow this issue for more detail: https://github.com/AlexAplin/nndownload/issues/139\n", logging.INFO)

if _cmdl_opts.list_qualities:
list_qualities("video", params["media"]["delivery"]["movie"]["videos"], False)
list_qualities("audio", params["media"]["delivery"]["movie"]["audios"], False)
Expand Down

0 comments on commit 2a5bc1b

Please sign in to comment.