audiothek-downloader icon indicating copy to clipboard operation
audiothek-downloader copied to clipboard

Can't download files.

Open xcojonny opened this issue 8 months ago • 0 comments

Hej,

thanks for your work!

when trying to download the following: https://www.ardaudiothek.de/episode/talk-ohne-gast/das-system-gedribbelt/fritz/13461039/

I get the following error. Any idea on that?

python3 audiothek.py --url 'https://www.ardaudiothek.de/episode/talk-ohne-gast/das-system-gedribbelt/fritz/13461039/'
Traceback (most recent call last):
  File "/Users/jonny/GIT/audiothek-downloader/audiothek.py", line 105, in <module>
    main(url, folder)
  File "/Users/jonny/GIT/audiothek-downloader/audiothek.py", line 12, in main
    downloadEpisodes(id, folder)
  File "/Users/jonny/GIT/audiothek-downloader/audiothek.py", line 33, in downloadEpisodes
    "result").get("items").get("nodes")
              ^^^
AttributeError: 'NoneType' object has no attribute 'get'

xcojonny avatar Jun 08 '24 06:06 xcojonny