Added python project; fixed spelling of folder

This commit is contained in:
2023-09-30 16:09:14 -05:00
parent 1f23cb73d1
commit 6bf66c5916
1075 changed files with 2165 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
:: 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>