Hi first of all love the tool.
Unfortunately i got following error message:
UserUser@MacBook-Pro-von-User ~ % nts https://www.nts.live/shows/mobbs/episodes/mobbs-25th-june-2021
Traceback (most recent call last):
File "/opt/homebrew/bin/nts", line 8, in <module>
sys.exit(main())
^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/nts/cli.py", line 87, in main
url_matcher(arg)
File "/opt/homebrew/lib/python3.11/site-packages/nts/cli.py", line 65, in url_matcher
nts.download(url=url,
File "/opt/homebrew/lib/python3.11/site-packages/nts/downloader.py", line 34, in download
parsed = parse_nts_data(bs)
^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/nts/downloader.py", line 117, in parse_nts_data
title_box = bs.select('div.bio__title')[0]
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
Hi first of all love the tool.
Unfortunately i got following error message:
Do you have any idea what i can do?
Thank you!