qbittorrent search plug-in collection

qbittorrent search

qbittorrent search a very unique feature:

Here we collected some public website plug-ins (Plugins for Public sites), and even share the source py file.

qbittorrent search plugin: Download

Links for

The main developer is using jQuery query tools to get the source code, and then after editing simple text replacement is made.
(Since jQuery syntax is not very familiar with, for loop can not even be satisfied with the result. So traverse here is quite upset.)

document.querySelectorAll('#wiki-body > div > table:nth-child(6) > tbody > tr > td:nth-child(5) > a').forEach((item,i,obj)=>{console.log(item.outerHTML)})

Internet connection

"https://raw.githubusercontent.com/solenskiner/search-plugins/master/nova3/engines/academictorrents.py" 
"https://raw.githubusercontent.com/hannsen/qbittorrent_search_plugins/master/ali213.py" 
"https://github.com/nindogo/qbtSearchScripts/raw/master/anidex.py"
"https://raw.githubusercontent.com/hannsen/qbittorrent_search_plugins/master/threedm.py" 
"https://raw.githubusercontent.com/lima66/Torrents_Plugin/master/btetree.py" 
"https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/cinecalidad.py" 
"https://raw.githubusercontent.com/davy39/qbfrench/master/cpasbien.py" 
"https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/cpasbien.py" 
"https://raw.githubusercontent.com/hannsen/qbittorrent_search_plugins/master/demonoid.py" 
"https://github.com/xyauhideto/DMHY_qBittorrent_search_plugin/raw/master/dmhyorg.py"
"https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/ettv.py" 
"https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/extratorrent.py" 
"https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/foxcili.py" 
"https://raw.githubusercontent.com/jac/search_plugin/master/horriblesubs.py"
"https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/horriblesubs.py" 
"https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/corsaroblu.py" 
"https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/corsaronero.py" 
"https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/kickass_torrent.py" 
"https://raw.githubusercontent.com/MadeOfMagicAndWires/qBit-plugins/6074a7cccb90dfd5c81b7eaddd3138adec7f3377/engines/linuxtracker.py" 
"https://raw.githubusercontent.com/nindogo/qbtSearchScripts/master/magnetdl.py" 
"https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/mejor.py" 
"https://raw.githubusercontent.com/4chenz/pantsu-plugin/master/pantsu.py" 
"https://raw.githubusercontent.com/MadeOfMagicAndWires/qBit-plugins/master/engines/nyaapantsu.py" 
"https://raw.githubusercontent.com/MadeOfMagicAndWires/qBit-plugins/master/engines/nyaasi.py" 
"https://raw.githubusercontent.com/Pireo/hello-world/master/rockbox.py" 
"https://raw.githubusercontent.com/Pireo/hello-world/master/rutor.py" 
"https://gist.githubusercontent.com/kernc/67c939c57edb7dd057b3abf9f159598a/raw/09c0099fc8cd8bd2326e5881a8f77c2dffb8e16b/skytorrents.py" 
"https://raw.githubusercontent.com/hannsen/qbittorrent_search_plugins/master/smallgames.py" 
"https://raw.githubusercontent.com/gitDew/qbittorrent-snowfl-search-plugin/master/snowfl.py" 
"https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/solotorrent.py" 
"https://raw.githubusercontent.com/phuongtailtranminh/qBittorrent-Nyaa-Search-Plugin/master/nyaa.py" 
"https://raw.githubusercontent.com/4chenz/pantsu-plugin/master/sukebei.py" 
"https://raw.githubusercontent.com/ngosang/qBittorrent-plugins/master/sumotorrent/sumotorrent.py" 
"https://raw.githubusercontent.com/BrunoReX/qBittorrent-Search-Plugin-TokyoToshokan/master/tokyotoshokan.py" 
"https://raw.githubusercontent.com/CravateRouge/qBittorrentSearchPlugins/master/torrent9.py" 
"https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/torrentfunk.py" 
"https://raw.githubusercontent.com/nindogo/qbtSearchScripts/master/torrentgalaxy.py" 
"https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/torrentproject.py" 
"https://raw.githubusercontent.com/nindogo/qbtSearchScripts/master/uniondht.py" 
"https://raw.githubusercontent.com/nindogo/qbtSearchScripts/master/yourbittorrent.py" 
"https://raw.githubusercontent.com/khensolomon/leyts/master/yts.py" 
"https://raw.githubusercontent.com/MaurizioRicci/qBittorrent_search_engine/master/yts_am.py" 

Reference:
qBittorrent plug: https://github.com/qbittorrent/search-plugins/wiki/Unofficial-search-plugins

How to traverse NodeList object: https://www.cnblogs.com/aisowe/p/11511877.html

Guess you like

Origin www.cnblogs.com/oucbl/p/12051190.html