Discovered an issue where the scrape_page function doesn't fire because there's no "file" download link. There is however a magnet link.
Rework the function with some logic that is the file link isn't there, look for the magnet link. If it is there, convert magnet link to torrent file using python's libtorrent module and proceed with process.
Discovered an issue where the scrape_page function doesn't fire because there's no "file" download link. There is however a magnet link.
Rework the function with some logic that is the file link isn't there, look for the magnet link. If it is there, convert magnet link to torrent file using python's libtorrent module and proceed with process.