Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

anime.list not updating #52

Closed
love4589 opened this issue Mar 29, 2022 · 4 comments
Closed

anime.list not updating #52

love4589 opened this issue Mar 29, 2022 · 4 comments

Comments

@love4589
Copy link

Until yesterday noon it worked flawlessly, but after that it is not updating, like no anime slug and name. Can you please look into it. Thanks

@love4589
Copy link
Author

  • getopts :hlda:s:e:r:t⭕ opt
  • set_var
    ++ command -v curl
  • _CURL=/usr/bin/curl
    ++ command -v jq
  • _JQ=/usr/bin/jq
    ++ command -v fzf
  • _FZF=/bin/fzf
    ++ command -v node
  • _NODE=/tools/node/bin/node
    ++ command -v ffmpeg
  • _FFMPEG=/usr/bin/ffmpeg
  • [[ 1 -gt 1 ]]
  • _HOST=https://animepahe.com/
  • _ANIME_URL=https://animepahe.com/anime
  • _API_URL=https://animepahe.com/api
  • _REFERER_URL=https://kwik.cx/
    +++ realpath /content/animepahe-dl/animepahe-dl.sh
    ++ dirname /content/animepahe-dl/animepahe-dl.sh
  • _SCRIPT_PATH=/content/animepahe-dl
  • _ANIME_LIST_FILE=/content/animepahe-dl/anime.list
  • _SOURCE_FILE=.source.json
  • _COOKIE=__ddg2=
  • [[ -n '' ]]
  • download_anime_list
  • /usr/bin/curl --compressed -sS https://animepahe.com/anime -H 'Cookie: __ddg2='
  • sed -E 's/.anime//[/;s/" title="/] /;s/">.//'
  • grep /anime/
  • [[ -z '' ]]
    ++ /bin/fzf
    ++ remove_brackets
    ++ awk '-F]' '{print $1}'
    ++ sed -E 's/^[//'

Its stuck here forever

@KevCui
Copy link
Owner

KevCui commented Mar 29, 2022

Hey @love4589, there were some changes on the server side. The script needs to be adapted to those changes, in order to work again...

@love4589
Copy link
Author

It seems the same to me. I got it. Will be looking forward. Ciao

@KevCui KevCui closed this as completed in 7709f85 Mar 29, 2022
@KevCui
Copy link
Owner

KevCui commented Mar 29, 2022

Hey @love4589, the fix is added in the latest commit. It now requires to install additional npm packages. Please read https://github.com/KevCui/animepahe-dl#installation for more details. The script should work again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants