diff --git a/src/c2cscrape.py b/src/c2cscrape.py index 56233ab..c0d0af4 100644 --- a/src/c2cscrape.py +++ b/src/c2cscrape.py @@ -135,6 +135,7 @@ class Qbittorrent: try: self.download_path = self.download_path + "/" torrent.torrents_add(urls=link, save_path=self.download_path) + torrent.torrents_add(urls=link, save_path=self.download_path, content_layout=self.content_layout) logging.info(f"Added torrent {link} to qbittorrent") except Exception as e: logging.error(f"Error adding torrent {link} to qbittorrent: {e}")