gitextract_s_ss06tw/ ├── .eslintrc.json ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── bug-report-cn.md │ │ ├── bug-report.md │ │ ├── feature-request-cn.md │ │ ├── feature-request.md │ │ ├── new-tracker-request-cn.md │ │ ├── new-tracker-request.md │ │ └── suggestions-or-comments.md │ ├── issue-close-app.yml │ ├── pull_request_template.md │ ├── stale.yml │ └── workflows/ │ ├── build_action.yml │ └── build_canary.yml ├── .gitignore ├── .nvmrc ├── LICENSE ├── README.md ├── babel.config.js ├── debug/ │ ├── config/ │ │ └── config.json │ ├── data/ │ │ └── beforeSearching.json │ ├── package.json │ ├── src/ │ │ ├── App.ts │ │ ├── BuildPlugin.ts │ │ ├── SearchData.ts │ │ ├── buildResource.ts │ │ └── index.ts │ ├── tsconfig.json │ └── typings.d.ts ├── package.json ├── privacy-statement.md ├── public/ │ ├── _locales/ │ │ ├── en/ │ │ │ └── messages.json │ │ └── zh_CN/ │ │ └── messages.json │ ├── assets/ │ │ ├── base.css │ │ └── options.css │ ├── changelog.html │ ├── index.html │ ├── libs/ │ │ ├── Base64.js │ │ ├── drag.js │ │ ├── materialIcons/ │ │ │ ├── content_style.css │ │ │ └── style.css │ │ ├── notice/ │ │ │ ├── notice.js │ │ │ └── noticejs.css │ │ └── types.expand.js │ ├── manifest.json │ └── popup.html ├── resource/ │ ├── clients/ │ │ ├── README.md │ │ ├── deluge/ │ │ │ ├── config.json │ │ │ └── init.js │ │ ├── flood/ │ │ │ ├── config.json │ │ │ └── init.js │ │ ├── qbittorrent/ │ │ │ ├── config.json │ │ │ └── init.js │ │ ├── ruTorrent/ │ │ │ ├── config.json │ │ │ └── init.js │ │ ├── synologyDownloadStation/ │ │ │ ├── config.json │ │ │ └── init.js │ │ ├── transmission/ │ │ │ ├── config.json │ │ │ └── init.js │ │ └── utorrent/ │ │ ├── config.json │ │ └── init.js │ ├── i18n/ │ │ ├── README.md │ │ ├── en.json │ │ └── zh-CN.json │ ├── libs/ │ │ └── album/ │ │ ├── album.js │ │ └── style.css │ ├── publicSites/ │ │ ├── douban.com/ │ │ │ ├── common.js │ │ │ ├── config.json │ │ │ ├── doulist.js │ │ │ ├── explore.js │ │ │ ├── subject.js │ │ │ └── top250.js │ │ ├── goodmovieslist.com/ │ │ │ ├── best-movies.js │ │ │ └── config.json │ │ ├── imdb.com/ │ │ │ ├── config.json │ │ │ ├── subject.js │ │ │ └── top.js │ │ └── reseed.tongyifan.me/ │ │ ├── config.json │ │ └── reseed.js │ ├── schemas/ │ │ ├── Common/ │ │ │ ├── common.js │ │ │ ├── config.json │ │ │ ├── details.js │ │ │ ├── getSearchResult.js │ │ │ └── torrents.js │ │ ├── Discuz/ │ │ │ ├── config.json │ │ │ ├── details.js │ │ │ ├── getSearchResult.js │ │ │ └── torrents.js │ │ ├── Gazelle/ │ │ │ ├── config.json │ │ │ ├── getSearchResult.js │ │ │ └── torrents.js │ │ ├── GazelleJSONAPI/ │ │ │ ├── config.json │ │ │ └── getSearchResult.js │ │ ├── NexusPHP/ │ │ │ ├── common.js │ │ │ ├── config.json │ │ │ ├── details.js │ │ │ ├── getSearchResult.js │ │ │ ├── parser/ │ │ │ │ └── downloadURL.js │ │ │ └── torrents.js │ │ ├── README.md │ │ ├── TNode/ │ │ │ ├── common.js │ │ │ ├── config.json │ │ │ ├── details.js │ │ │ ├── getSearchResult.js │ │ │ └── torrents.js │ │ └── UNIT3D/ │ │ ├── config.json │ │ ├── details.js │ │ ├── getSearchResult.js │ │ ├── torrents.js │ │ └── userTorrents.js │ └── sites/ │ ├── 1ptba.com/ │ │ └── config.json │ ├── 52pt.site/ │ │ └── config.json │ ├── README.md │ ├── aidoru-online.me/ │ │ └── config.json │ ├── aither.cc/ │ │ └── config.json │ ├── alpharatio.cc/ │ │ └── config.json │ ├── animebytes.tv/ │ │ ├── config.json │ │ ├── getSearchResult.js │ │ └── userTorrents.js │ ├── anthelion.me/ │ │ ├── config.json │ │ └── getSearchResult.js │ ├── asiancinema.me/ │ │ ├── config.json │ │ └── getSearchResult.js │ ├── audiences.me/ │ │ └── config.json │ ├── azusa.wiki/ │ │ └── config.json │ ├── baconbits.org/ │ │ └── config.json │ ├── bemaniso.ws/ │ │ └── config.json │ ├── beyond-hd.me/ │ │ ├── config.json │ │ └── getSearchResult.js │ ├── bibliotik.me/ │ │ ├── config.json │ │ └── getUserSeedingTorrents.js │ ├── bitbr/ │ │ └── config.json │ ├── bitpt.cn/ │ │ ├── config.json │ │ ├── details.js │ │ ├── getSearchResult.js │ │ └── torrents.js │ ├── blutopia.cc/ │ │ └── config.json │ ├── broadcasthe.net/ │ │ ├── config.json │ │ └── getSearchResult.js │ ├── brokenstones.is/ │ │ └── config.json │ ├── bt.neu6.edu.cn/ │ │ └── config.json │ ├── bwtorrents.tv/ │ │ └── config.json │ ├── byr.pt/ │ │ └── config.json │ ├── carpt.net/ │ │ └── config.json │ ├── ccfbits.org/ │ │ ├── browse.js │ │ ├── config.json │ │ ├── details.js │ │ └── getSearchResult.js │ ├── chdbits.co/ │ │ └── config.json │ ├── cinemageddon.net/ │ │ ├── browse.js │ │ ├── config.json │ │ ├── details.js │ │ └── getSearchResult.js │ ├── club.hares.top/ │ │ └── config.json │ ├── cnlang.org/ │ │ ├── config.json │ │ └── getUserSeedingTorrents.js │ ├── concertos.live/ │ │ └── config.json │ ├── cyanbug.net/ │ │ └── config.json │ ├── dajiao.cyou/ │ │ └── config.json │ ├── dicmusic.com/ │ │ └── config.json │ ├── discfan.net/ │ │ └── config.json │ ├── et8.org/ │ │ └── config.json │ ├── extremlymtorrents.ws/ │ │ └── config.json │ ├── femdomcult.org/ │ │ ├── config.json │ │ └── getSearchResult.js │ ├── filelist.io/ │ │ ├── browse.js │ │ ├── config.json │ │ ├── details.js │ │ └── getSearchResult.js │ ├── fsm.name/ │ │ └── config.json │ ├── gainbound.net/ │ │ └── config.json │ ├── gay-torrents.org/ │ │ ├── config.json │ │ └── getSearchResult.js │ ├── gazellegames.net/ │ │ ├── config.json │ │ └── getSearchResult.js │ ├── gfxpeers.net/ │ │ └── config.json │ ├── greatposterwall.com/ │ │ ├── config.json │ │ └── getSearchResult.js │ ├── hawke.uno/ │ │ └── config.json │ ├── hd-space.org/ │ │ ├── config.json │ │ └── details.js │ ├── hd-torrents.org/ │ │ ├── config.json │ │ ├── details.js │ │ ├── getSearchResult.js │ │ ├── getUserSeedingTorrents.js │ │ └── torrents.js │ ├── hdatmos.club/ │ │ └── config.json │ ├── hdbits.org/ │ │ ├── browse.js │ │ ├── config.json │ │ ├── details.js │ │ └── getSearchResult.js │ ├── hdchina.org/ │ │ └── config.json │ ├── hdcity.city/ │ │ └── config.json │ ├── hddolby.com/ │ │ └── config.json │ ├── hdf.world/ │ │ └── config.json │ ├── hdfans.org/ │ │ └── config.json │ ├── hdhome.org/ │ │ └── config.json │ ├── hdmayi.com/ │ │ └── config.json │ ├── hdpt.xyz/ │ │ └── config.json │ ├── hdroute.org/ │ │ ├── config.json │ │ ├── details.js │ │ ├── getSearchResult.js │ │ └── torrents.js │ ├── hdsky.me/ │ │ └── config.json │ ├── hdtime.org/ │ │ └── config.json │ ├── hdvideo.one/ │ │ └── config.json │ ├── hdzone.me/ │ │ └── config.json │ ├── hhanclub.top/ │ │ └── config.json │ ├── htpt.cc/ │ │ └── config.json │ ├── hudbt.hust.edu.cn/ │ │ └── config.json │ ├── ihdbits.me/ │ │ └── config.json │ ├── iptorrents.com/ │ │ ├── config.json │ │ ├── details.js │ │ ├── getSearchResult.js │ │ └── torrents.js │ ├── joyhd.net/ │ │ └── config.json │ ├── jpopsuki.eu/ │ │ ├── config.json │ │ ├── getSearchResult.js │ │ ├── getUserSeedingTorrents.js │ │ └── torrents.js │ ├── jptv.club/ │ │ ├── config.json │ │ └── getSearchResult.js │ ├── jptvts.us/ │ │ └── config.json │ ├── kamept.com/ │ │ └── config.json │ ├── karagarga.in/ │ │ ├── browse.js │ │ ├── config.json │ │ ├── details.js │ │ └── getSearchResult.js │ ├── kp.m-team.cc/ │ │ ├── config.json │ │ ├── getUserSeedingTorrents.js │ │ └── torrents.js │ ├── learnflakes.net/ │ │ └── config.json │ ├── leaves.red/ │ │ └── config.json │ ├── lztr.me/ │ │ └── config.json │ ├── monikadesign.uk/ │ │ └── config.json │ ├── nanyangpt.com/ │ │ └── config.json │ ├── nebulance.io/ │ │ ├── config.json │ │ └── getSearchResult.js │ ├── nicept.net/ │ │ └── config.json │ ├── npupt.com/ │ │ ├── config.json │ │ └── getSearchResult.js │ ├── oldtoons.world/ │ │ └── config.json │ ├── open.cd/ │ │ └── config.json │ ├── orpheus.network/ │ │ └── config.json │ ├── ourbits.club/ │ │ └── config.json │ ├── passthepopcorn.me/ │ │ ├── config.json │ │ ├── getSearchResult.js │ │ ├── getUserSeedingTorrents.js │ │ └── torrents.js │ ├── piggo.me/ │ │ └── config.json │ ├── pt.0ff.cc/ │ │ └── config.json │ ├── pt.2xfree.org/ │ │ └── config.json │ ├── pt.btschool.club/ │ │ └── config.json │ ├── pt.eastgame.org/ │ │ └── config.json │ ├── pt.hd4fans.org/ │ │ └── config.json │ ├── pt.hdbd.us/ │ │ └── config.json │ ├── pt.hdpost.top/ │ │ └── config.json │ ├── pt.hdupt.com/ │ │ └── config.json │ ├── pt.keepfrds.com/ │ │ └── config.json │ ├── pt.newworld.plus/ │ │ └── config.json │ ├── pt.sjtu.edu.cn/ │ │ └── config.json │ ├── pt.soulvoice.club/ │ │ └── config.json │ ├── pt.xauat6.edu.cn/ │ │ └── config.json │ ├── pt.zhixing.bjtu.edu.cn/ │ │ ├── config.json │ │ ├── details.js │ │ ├── getSearchResult.js │ │ └── torrents.js │ ├── ptchina.org/ │ │ └── config.json │ ├── pterclub.com/ │ │ └── config.json │ ├── pthome.net/ │ │ └── config.json │ ├── ptsbao.club/ │ │ └── config.json │ ├── pussytorrents.org/ │ │ ├── config.json │ │ ├── details.js │ │ ├── getSearchResult.js │ │ ├── getUserSeedingTorrents.js │ │ └── torrents.js │ ├── redacted.ch/ │ │ └── config.json │ ├── resource.xidian.edu.cn/ │ │ └── config.json │ ├── sdbits.org/ │ │ ├── browse.js │ │ ├── config.json │ │ ├── details.js │ │ └── getSearchResult.js │ ├── shadowthein.net/ │ │ ├── browse.js │ │ ├── config.json │ │ ├── details.js │ │ └── getSearchResult.js │ ├── speedapp.io/ │ │ └── config.json │ ├── sportscult.org/ │ │ ├── config.json │ │ └── details.js │ ├── springsunday.net/ │ │ └── config.json │ ├── sugoimusic.me/ │ │ └── config.json │ ├── teamhd.org/ │ │ └── config.json │ ├── thegeeks.click/ │ │ └── config.json │ ├── tjupt.org/ │ │ └── config.json │ ├── totheglory.im/ │ │ ├── bookmarks.js │ │ ├── browse.js │ │ ├── config.json │ │ ├── details.js │ │ ├── getSearchResult.js │ │ └── parser/ │ │ └── downloadURL.js │ ├── u2.dmhy.org/ │ │ └── config.json │ ├── ubits.club/ │ │ └── config.json │ ├── uhdbits.org/ │ │ ├── config.json │ │ ├── getSearchResult.js │ │ └── getUserSeedingTorrents.js │ ├── ultrahd.net/ │ │ └── config.json │ ├── wintersakura.net/ │ │ └── config.json │ ├── world-in-hd.net/ │ │ ├── browse.js │ │ ├── config.json │ │ ├── details.js │ │ └── getSearchResult.js │ ├── www.beitai.pt/ │ │ └── config.json │ ├── www.cgpeers.com/ │ │ └── config.json │ ├── www.cinematik.net/ │ │ ├── browse.js │ │ ├── config.json │ │ ├── details.js │ │ ├── getSearchResult.js │ │ └── getUserSeedingTorrents.js │ ├── www.empornium.sx/ │ │ └── config.json │ ├── www.filept.com/ │ │ └── config.json │ ├── www.gamegamept.com/ │ │ ├── config.json │ │ └── torrents.js │ ├── www.gaytor.rent/ │ │ ├── config.json │ │ └── getSearchResult.js │ ├── www.haidan.video/ │ │ ├── config.json │ │ └── getSearchResult.js │ ├── www.hdarea.co/ │ │ └── config.json │ ├── www.hitpt.com/ │ │ └── config.json │ ├── www.icc2022.com/ │ │ └── config.json │ ├── www.morethantv.me/ │ │ └── config.json │ ├── www.myanonamouse.net/ │ │ ├── config.json │ │ ├── details.js │ │ ├── getSearchResult.js │ │ ├── getUserSeedingTorrents.js │ │ └── torrents.js │ ├── www.okpt.net/ │ │ ├── config.json │ │ └── torrents.js │ ├── www.pttime.org/ │ │ └── config.json │ ├── www.ptzone.xyz/ │ │ └── config.json │ ├── www.skyey2.com/ │ │ ├── config.json │ │ └── getUserSeedingTorrents.js │ ├── www.torrentday.com/ │ │ └── config.json │ ├── www.torrentleech.org/ │ │ ├── config.json │ │ ├── details.js │ │ ├── getSearchResult.js │ │ └── torrents.js │ ├── www.torrentseeds.org/ │ │ ├── config.json │ │ ├── details.js │ │ ├── getSearchResult.js │ │ └── torrents.js │ ├── xingtan.one/ │ │ └── config.json │ ├── zhuque.in/ │ │ └── config.json │ └── zmpt.cc/ │ └── config.json ├── src/ │ ├── background/ │ │ ├── README.md │ │ ├── collection.ts │ │ ├── config.ts │ │ ├── contextMenus.ts │ │ ├── controller.ts │ │ ├── downloadHistory.ts │ │ ├── downloadQuene.ts │ │ ├── i18n.ts │ │ ├── index.ts │ │ ├── infoParser.ts │ │ ├── keepUploadTask.ts │ │ ├── omnibox.ts │ │ ├── pageParser.ts │ │ ├── plugins/ │ │ │ ├── OWSS.ts │ │ │ └── WebDAV.ts │ │ ├── searchResultSnapshot.ts │ │ ├── searcher.ts │ │ ├── service.ts │ │ ├── site.ts │ │ ├── syncStorage.ts │ │ ├── user.ts │ │ └── userData.ts │ ├── changelog/ │ │ ├── Index.vue │ │ └── index.ts │ ├── content/ │ │ ├── README.md │ │ └── index.ts │ ├── debugger/ │ │ ├── Index.vue │ │ └── index.ts │ ├── interface/ │ │ ├── common.ts │ │ ├── enum.ts │ │ └── types.expand.js │ ├── options/ │ │ ├── App.vue │ │ ├── assets/ │ │ │ └── contextMenu.scss │ │ ├── components/ │ │ │ ├── ColorSelector.vue │ │ │ ├── Content.vue │ │ │ ├── DownloadTo.vue │ │ │ ├── Footer.vue │ │ │ ├── MovieInfoCard.vue │ │ │ ├── Navigation.vue │ │ │ ├── Permissions.vue │ │ │ ├── SearchBox.vue │ │ │ ├── Topbar.vue │ │ │ ├── TorrentProgress.vue │ │ │ └── WorkingStatus.vue │ │ ├── i18n.ts │ │ ├── main.ts │ │ ├── plugins/ │ │ │ └── vuetify.ts │ │ ├── router.ts │ │ ├── shims-tsx.d.ts │ │ ├── shims-vue.d.ts │ │ ├── store.ts │ │ ├── typings.d.ts │ │ └── views/ │ │ ├── About.vue │ │ ├── AutoSignWarning.vue │ │ ├── Donate.vue │ │ ├── History.vue │ │ ├── Home.vue │ │ ├── SystemLogs.vue │ │ ├── Teams.vue │ │ ├── TechnologyStack.vue │ │ ├── UserDataTimeline.vue │ │ ├── collection/ │ │ │ ├── AddToGroup.vue │ │ │ ├── GroupCard.vue │ │ │ └── Index.vue │ │ ├── keepUpload/ │ │ │ └── KeepUploadTasks.vue │ │ ├── search/ │ │ │ ├── Actions.vue │ │ │ ├── AddToCollectionGroup.vue │ │ │ ├── KeepUpload.vue │ │ │ ├── SearchResultSnapshot.vue │ │ │ ├── SearchTorrent.scss │ │ │ ├── SearchTorrent.ts │ │ │ └── SearchTorrent.vue │ │ ├── settings/ │ │ │ ├── Backup/ │ │ │ │ ├── Index.vue │ │ │ │ └── Server/ │ │ │ │ ├── Add.vue │ │ │ │ ├── Edit.vue │ │ │ │ ├── Editor.vue │ │ │ │ └── List.vue │ │ │ ├── Base/ │ │ │ │ └── Index.vue │ │ │ ├── DownloadClients/ │ │ │ │ ├── Add.vue │ │ │ │ ├── Edit.vue │ │ │ │ ├── Editor.vue │ │ │ │ └── Index.vue │ │ │ ├── DownloadPaths/ │ │ │ │ ├── Add.vue │ │ │ │ ├── Edit.vue │ │ │ │ ├── Index.vue │ │ │ │ └── KeyDescription.vue │ │ │ ├── Language/ │ │ │ │ └── Index.vue │ │ │ ├── SearchSolution/ │ │ │ │ ├── Edit.vue │ │ │ │ ├── Editor.vue │ │ │ │ └── Index.vue │ │ │ ├── SitePlugins/ │ │ │ │ ├── Add.vue │ │ │ │ ├── Edit.vue │ │ │ │ ├── Editor.vue │ │ │ │ └── Index.vue │ │ │ ├── SiteSearchEntry/ │ │ │ │ ├── Add.vue │ │ │ │ ├── Edit.vue │ │ │ │ ├── Editor.vue │ │ │ │ └── Index.vue │ │ │ ├── Sites/ │ │ │ │ ├── Add.vue │ │ │ │ ├── Edit.vue │ │ │ │ ├── Editor.vue │ │ │ │ ├── Index.vue │ │ │ │ └── UserInfo.vue │ │ │ └── SupportSchema.vue │ │ └── statisticCharts/ │ │ └── SiteBase.vue │ ├── popup/ │ │ └── index.ts │ └── service/ │ ├── api.ts │ ├── backupFileParser.ts │ ├── clientController.ts │ ├── downloader.ts │ ├── extension.ts │ ├── favicon.ts │ ├── filters.ts │ ├── localStorage.ts │ ├── logger.ts │ ├── movieInfoService.ts │ ├── pathHandler.ts │ └── public.ts ├── tsconfig.json ├── update/ │ └── index.xml ├── vue.config.js └── webpack/ ├── common.js ├── dev-background.js ├── dev-content.js ├── prod-background.js └── prod-content.js