anime-cli icon indicating copy to clipboard operation
anime-cli copied to clipboard

Android with mpv not working

Open Michtdu opened this issue 2 years ago • 0 comments

~ $ anime-cli ? What anime would you like to watch? death note ? Found 4 results for death note Death Note (Dub) ? Choose from 1-37 episodes: 1 ? What would you like to do for me? Stream on a video player (Recommended) ? Which video player would you like to use to str eam? xdg-open Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/anime-cli", line 8, in sys.exit(main()) ^^^^^^ File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/anime_cli/main.py", line 129, in main video_url = searchApi.get_video_url(embed_url) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/anime_cli/search/gogoanime.py", line 56, in get_video_url link = re.search(r"\ssources.", r.text).group() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'group'

Michtdu avatar Jan 03 '23 19:01 Michtdu