drakos
Junior Member
- Mar 17, 2024
- 104
- 41
Hey everyone!
I'm creating a bot in python that automatically creates movie recaps like the ones flooding YouTube.
It's doing pretty good, I can get any length video (+20 minutes of video) with high quality tts and effects in under 30 minutes.
There is only one thing that is bothering me. The way I'm downloading the movies programmatically is by scraping 1337x and getting the torrent into my qBittorent (all automatically handle by python).
The download speed is pretty bad and most of the time I have several options of torrents to download for one movie and I have to select the one that is right, so that is requires my intervention.
Also, in terms of scaling the bot, if I ever want to host is in a VPS, with my actual code, it will get messy.
Any suggestions of APIs where you can get download links or streaming links of movies? Maybe using the TMDB code of the movie or similar.
Feel free to suggest features for the bot also, I'm all ears.
Thanks in advance!
(I don't know if this thread is marked with the correct topic, I'm kinda new)
I'm creating a bot in python that automatically creates movie recaps like the ones flooding YouTube.
It's doing pretty good, I can get any length video (+20 minutes of video) with high quality tts and effects in under 30 minutes.
There is only one thing that is bothering me. The way I'm downloading the movies programmatically is by scraping 1337x and getting the torrent into my qBittorent (all automatically handle by python).
The download speed is pretty bad and most of the time I have several options of torrents to download for one movie and I have to select the one that is right, so that is requires my intervention.
Also, in terms of scaling the bot, if I ever want to host is in a VPS, with my actual code, it will get messy.
Any suggestions of APIs where you can get download links or streaming links of movies? Maybe using the TMDB code of the movie or similar.
Feel free to suggest features for the bot also, I'm all ears.
Thanks in advance!
(I don't know if this thread is marked with the correct topic, I'm kinda new)