qbittorrent搜索插件合集

qbittorrent搜索

qbittorrent搜索一个很有特色的功能:

这里收集整理了一些公开网站的插件(Plugins for Public sites),并连 源py文件一起分享。

qbittorrent搜索插件:点击下载

链接获取

主要是开发者工具中使用jQuery查询得到源码,再经过文本编辑简单的替换而成。
(由于jQuery语法不是很熟悉,for循环竟然也无法得到满意结果。所以这里的遍历也是无奈之举。)

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

网络链接

"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" 

参考:
qbittorrent插件: https://github.com/qbittorrent/search-plugins/wiki/Unofficial-search-plugins

怎样遍历NodeList对象: https://www.cnblogs.com/aisowe/p/11511877.html

猜你喜欢

转载自www.cnblogs.com/oucbl/p/12051190.html