Nyaa replacement (#1338)

* Removed Nyaa.se due to its closure, added Nyaa mirro Nyaa-Pantsu to replace it

* VS15 project file so that the filelist is correct
This commit is contained in:
Quatroking 2017-05-06 15:27:32 +02:00 committed by kaso17
parent e09092bbaf
commit 378b63a658
3 changed files with 83 additions and 77 deletions

View File

@ -0,0 +1,82 @@
#,==========,
#| | | |
#`-./ \.-' -Config'd by Quatroking, 05-05-2017-
# `.__.'
---
site: nyaa-pantsu
name: Nyaa-pantsu
language: en-en
type: public
encoding: UTF-8
links:
- https://nyaa.pantsu.cat/
settings: []
caps:
categorymappings:
# Anime
# - {id: 3_, cat: TV/Anime, desc: "Anime"}
- {id: 3_12, cat: TV/Anime, desc: "Anime music videos"}
- {id: 3_5, cat: TV/Anime, desc: "English subtitled animes"}
- {id: 3_13, cat: TV/Anime, desc: "Non-english subtitled animes"}
- {id: 3_6, cat: TV/Anime, desc: "Raw animes"}
# Audio
# - {id: 2_, cat: Audio, desc: "Audio"}
- {id: 2_3, cat: Audio, desc: "Lossless audio"}
- {id: 2_4, cat: Audio, desc: "Lossy audio"}
# Literature
# - {id: 4_, cat: Books, desc: "Literature"}
- {id: 4_7, cat: Books, desc: "Literature english translated"}
- {id: 4_14, cat: Books, desc: "Literature non-english translated"}
- {id: 4_8, cat: Books, desc: "Raw literature"}
# Software
- {id: 1_1, cat: PC/ISO, desc: "Applications"}
- {id: 1_2, cat: PC/Games, desc: "Games"}
modes:
search: [q]
tv-search: [q]
search:
path: /search
inputs:
# page: "search"
q: "{{ .Query.Keywords}}"
rows:
selector: tr.torrent-info
fields:
title:
selector: td.name a
category:
selector: td:nth-child(1) a
attribute: href
filters:
- name: split
args: [ "=", -1 ]
details:
selector: td.name a
attribute: href
download:
selector: a[title="Magnet link"]
attribute: href
size:
selector: td.filesize
seeders:
text: 0
# seeders:
# selector: td.tlistsn
# optional: true
# leechers:
# text: 0
# leechers:
# selector: td.tlistln
# optional: true
# grabs:
# selector: td.tlistdn
downloadvolumefactor:
text: "0"
uploadvolumefactor:
text: "1"

View File

@ -1,74 +0,0 @@
---
site: nyaa
name: Nyaa
language: en-en
type: public
encoding: UTF-8
links:
- https://www.nyaa.se/
settings: []
caps:
categorymappings:
# Anime
- {id: 1_32, cat: TV/Anime, desc: "Anime music videos"}
- {id: 1_37, cat: TV/Anime, desc: "English subtitled animes"}
- {id: 1_38, cat: TV/Anime, desc: "Non-english subtitled animes"}
- {id: 1_11, cat: TV/Anime, desc: "Raw animes"}
# Audio
- {id: 3_14, cat: Audio, desc: "Lossless audio"}
- {id: 3_15, cat: Audio, desc: "Lossy audio"}
# Literature
- {id: 2_12, cat: Books, desc: "Literature english translated"}
- {id: 2_39, cat: Books, desc: "Literature non-english translated"}
- {id: 2_13, cat: Books, desc: "Raw literature"}
# Software
- {id: 6_23, cat: PC/ISO, desc: "Applications"}
- {id: 6_24, cat: PC/Games, desc: "Games"}
modes:
search: [q]
tv-search: [q, season, ep]
search:
path: /
inputs:
page: "search"
term: "{{ .Query.Keywords}}"
rows:
selector: tr.tlistrow
fields:
title:
selector: td.tlistname a
category:
selector: td.tlisticon a
attribute: href
filters:
- name: split
args: [ "=", -1 ]
details:
selector: td.tlistname a
attribute: href
download:
selector: a[title="Download"]
attribute: href
size:
selector: td.tlistsize
seeders:
text: 0
seeders:
selector: td.tlistsn
optional: true
leechers:
text: 0
leechers:
selector: td.tlistln
optional: true
grabs:
selector: td.tlistdn
downloadvolumefactor:
text: "0"
uploadvolumefactor:
text: "1"

View File

@ -748,9 +748,7 @@
<Content Include="Definitions\polishtracker.yml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Definitions\nyaa.yml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="Definitions\nyaa-pantsu.yml" />
<None Include="Definitions\redacted-scrape.yml" />
<Content Include="Definitions\torrentz2.yml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>