20 lines
1006 B
Plaintext
20 lines
1006 B
Plaintext
:: CURL ::
|
|
|
|
-- Search --
|
|
curl 'https://www.animefreak.tv/search/topSearch?q=' + queryText -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0' -H 'Accept: application/json, text/javascript, */*; q=0.01' -H 'Accept-Language: en-US,en;q=0.5' --compressed -H 'Referer: https://www.animefreak.tv/watch/enen-no-shouboutai' -H 'X-Requested-With: XMLHttpRequest'
|
|
|
|
Ex:
|
|
curl 'https://www.animefreak.tv/search/topSearch?q=naruto' -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0' -H 'Accept: application/json, text/javascript, */*; q=0.01' -H 'Accept-Language: en-US,en;q=0.5' --compressed -H 'Referer: https://www.animefreak.tv/watch/enen-no-shouboutai' -H 'X-Requested-With: XMLHttpRequest'
|
|
|
|
|
|
-- Thumbnail --
|
|
https://www.animefreak.tv/meta/anime/<anime_id>/<seo_name> + .jpg
|
|
|
|
EX: https://www.animefreak.tv/meta/anime/5833/naruto-shippuuden-movie-3.jpg
|
|
|
|
|
|
|
|
-- Root Page Link --
|
|
|
|
https://www.animefreak.tv/watch/<seo_name>
|