zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    .net core上传
    C#/.NET整数的三种强制类型转换(int)、Convert.ToInt32()、int.Parse()的区别
    14、Silverlight 滤镜到 UWP 滤镜的移植(二)
    13、在 uwp应用中,给图片添加高斯模糊滤镜效果(一)
    1、揭秘通用平台的 HttpClient (译)
    12、uwp 开发的零碎总结
    11、使用 WinAppDeployCmd 部署appx 包到 Windows10 Mobile上(更新)
    10、Windows10 上,在窗口左侧向右滑动打开 SplitView 的 Pane面板
    09、win32 转换为 store app
    08、通过自定义依赖属性,用 StateTrigger 修改全局主题样式
  • 原文地址:https://www.cnblogs.com/oucbl/p/12051190.html
Copyright © 2011-2022 走看看