├── .github └── workflows │ └── url_update.yml ├── README.md ├── oxtorrent.ico ├── oxtorrent.png ├── oxtorrent.py ├── yggtorrent.ico ├── yggtorrent.png └── yggtorrent.py /.github/workflows/url_update.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CravateRouge/qBittorrentSearchPlugins/HEAD/.github/workflows/url_update.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CravateRouge/qBittorrentSearchPlugins/HEAD/README.md -------------------------------------------------------------------------------- /oxtorrent.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CravateRouge/qBittorrentSearchPlugins/HEAD/oxtorrent.ico -------------------------------------------------------------------------------- /oxtorrent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CravateRouge/qBittorrentSearchPlugins/HEAD/oxtorrent.png -------------------------------------------------------------------------------- /oxtorrent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CravateRouge/qBittorrentSearchPlugins/HEAD/oxtorrent.py -------------------------------------------------------------------------------- /yggtorrent.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CravateRouge/qBittorrentSearchPlugins/HEAD/yggtorrent.ico -------------------------------------------------------------------------------- /yggtorrent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CravateRouge/qBittorrentSearchPlugins/HEAD/yggtorrent.png -------------------------------------------------------------------------------- /yggtorrent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CravateRouge/qBittorrentSearchPlugins/HEAD/yggtorrent.py --------------------------------------------------------------------------------