X0R0X / cli-torrent-dl

CLI utility to search and download torrents from major torrent sites
Other
121 stars 11 forks source link

Add BT4G support #11

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hey. Got BT4G working, along with a few little housekeeping things. Their servers are super slow, so we should maybe make this engine one of the optional ones I mentioned earlier.

ghost commented 3 years ago

This won't work: it's only a type hint, so the conversion itself won't happen. The only thing is, that smart(er) IDEs (like PyCharm) will yell at you that you're using the wrong type - if they can recognize the type passed to a constructor indeed.

Yeah, you're right. Good catch. Not sure what language I was thinking of that does casts.

Anyway, I have cloudflare requests half-working at the moment. The delay isn't too bad. Should have some more engines ready soon :).