gophie
gophie copied to clipboard
An Aggregator Engine for searching and downloading movies free - NO ADs!
Logs in verbose mode ``` go run .\main.go search Spider Man -v time="2022-07-31T03:15:16+01:00" level=debug msg="Switching to ChromeDpTransport" time="2022-07-31T03:15:18+01:00" level=debug msg="Visiting https://www.thenetnaija.com/search?folder=videos&t=Spider+Man" time="2022-07-31T03:15:18+01:00" level=debug msg="Set Headers for page https://www.thenetnaija.com/search?folder=videos&t=Spider+Man" time="2022-07-31T03:15:19+01:00" level=debug...
using any command .exe giving error level=info msg=" No Results Found" (on command list, search etc.)
- [ ] Anime: https://gogoanime.pro - [x] Movie: https://nkiri.com
Use colly's `Async(true)` to make scrapers run on different goroutines to improve performance.
Standardize the behaviour of all series engines i.e proper search and pagination behaviour in such a way that it slips in perfectly with the seamless SPA nature of the web...
Using regex, we can manouver around knowing the particular season a series falls under.
Users should be able to enable if downloads could include torrents sites also.
go run main.go search "the orville season 1" ⣷ Fetching Data... panic: runtime error: index out of range [2] with length 1 goroutine 1 [running]: github.com/go-phie/gophie/engine.(*NetNaijaEngine).getDownloadToken(0x0?, {0x0?, 0xc000249cc0?}) /home/codeliger/go/src/github.com/codeliger/gophie/engine/netnaija.go:127 +0x98