pystardust / ani-cli

A cli tool to browse and play anime
GNU General Public License v3.0
7.63k stars 533 forks source link

docs: hacking guide & flowchart #1188

Closed Derisis13 closed 1 year ago

Derisis13 commented 1 year ago

Pull Request Template

Type of change

Description

Medium-sized writeup about how to modify ani-cli for sites with similar structure. No code was modified.

Checklist

Additional Testcases

Derisis13 commented 1 year ago

lol svg is text format after all, so it works really well with git... I didn't write a 771 line documentation (but maybe I should bump it 6 lines?)

justchokingaround commented 1 year ago

i've been thinking of writing a shellscript webscraping guide as a separate repo. what would be better, incorporating a lot of new information into this ani-cli guide, or having a more detailed guide in a separate repo, and have this guide only mention which things should be changed in the ani-cli script specifically? i'll probably also add an example for a new provider implementation

justchokingaround commented 1 year ago

we should also mention the existence of debug mode in sh, since that would make the troubleshooting process much easier, rather than seeing error messages such as Episode not found

port19x commented 1 year ago

we should also mention the existence of debug mode in sh, since that would make the troubleshooting process much easier, rather than seeing error messages such as Episode not found

Yeah, sh -x is big

CoolnsX commented 1 year ago

we should also mention the existence of debug mode in sh, since that would make the troubleshooting process much easier, rather than seeing error messages such as Episode not found

My french brother is alive

port19x commented 1 year ago

i've been thinking of writing a shellscript webscraping guide as a separate repo. what would be better, incorporating a lot of new information into this ani-cli guide, or having a more detailed guide in a separate repo, and have this guide only mention which things should be changed in the ani-cli script specifically? i'll probably also add an example for a new provider implementation

There is something like really good in your stars list iirc. I wouldn't bother

justchokingaround commented 1 year ago

blatzar/scraping-tutorial ?