lossless1024 / StreaMonitor

Adult live stream downloader for advanced people. I could have chosen a better name.
GNU General Public License v3.0
198 stars 52 forks source link

Custom Site Tutorial? #73

Open HEYBOY789 opened 1 year ago

HEYBOY789 commented 1 year ago

Is there any tutorial that we can use to leverage the code to add our custom websites. I want to add sites that are not currently supported.

Thank you. This tool ROCKS.

DerBunteBall commented 1 year ago

There is no tutorial for that.

Sites are a child class of the Bot class. Check the existing sites and Bot class to find out which methods need to be implemented and which return values they have. With a bit of work it should be possible to find out what to do to implement a new site.