fix(indexers): use torrentsize instead of size (#98)

This commit is contained in:
Ludvig Lundgren 2022-01-23 13:32:03 +01:00 committed by GitHub
parent 9f3ca433b3
commit b91984e28e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ parse:
pattern: '^(.*?) - Size: ([0-9]+?.*?) - Uploader: (.*?) - Tags: (.*(hd.episode|hd.season|sd.episode|sd.eason|sd.movies|hd.movie)) - (https?:\/\/.*torrents.php\?)torrentid=(.*)$'
vars:
- torrentName
- size
- torrentSize
- uploader
- tags
- category

View file

@ -52,7 +52,7 @@ parse:
- freeleech
- baseUrl
- torrentId
- size
- torrentSize
match:
torrenturl: "{{ .baseUrl }}/download.php/{{ .torrentId }}/{{ .torrentName }}.torrent?torrent_pass={{ .passkey }}"

View file

@ -54,7 +54,7 @@ parse:
vars:
- torrentName
- category
- size
- torrentSize
- baseUrl
- torrentId
- uploader