Added python project; fixed spelling of folder
This commit is contained in:
19
Python Projects/gtk/AnimeFreakDL/notes.txt
Normal file
19
Python Projects/gtk/AnimeFreakDL/notes.txt
Normal 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>
|
||||
Reference in New Issue
Block a user