Last active
July 21, 2024 13:46
-
-
Save tillcash/74294c726fe8297cadd975c6dac145a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
id: tamilblaster | |
name: TamilBlaster | |
description: "Download Latest Tamil Telugu Hindi Malayalam Movies" | |
language: en-US | |
type: public | |
encoding: UTF-8 | |
followredirect: true | |
requestDelay: 2.5 | |
links: | |
- https://1tamilblasters.link/ | |
legacylinks: | |
- https://1tamilblasters.tel/ | |
caps: | |
categorymappings: | |
- { id: movies, cat: Movies, desc: "Movies", default: false } | |
modes: | |
search: [q] | |
movie-search: [q] | |
settings: [] | |
search: | |
paths: | |
- path: index.php?/forums/forum/7-tamil-new-movies-hdrips-bdrips-dvdrips-hdtv.xml/&sortby=start_date&sortdirection=desc | |
followredirect: true | |
response: | |
type: xml | |
# - path: index.php?/forums/forum/9-tamil-dubbed-movies-bdrips-hdrips-dvdscr-hdcam-in-multi-audios.xml/&sortby=start_date&sortdirection=desc | |
# followredirect: true | |
# response: | |
# type: xml | |
- path: index.php?/forums/forum/74-malayalam-new-movies-hdrips-bdrips-dvdrips-hdtv.xml/&sortby=start_date&sortdirection=desc | |
followredirect: true | |
response: | |
type: xml | |
- path: index.php?/forums/forum/78-telugu-new-movies-hdrips-bdrips-dvdrips-hdtv.xml/&sortby=start_date&sortdirection=desc | |
followredirect: true | |
response: | |
type: xml | |
- path: index.php?/forums/forum/86-hindi-new-movies-hdrips-bdrips-dvdrips-hdtv.xml/&sortby=start_date&sortdirection=desc | |
followredirect: true | |
response: | |
type: xml | |
- path: index.php?/forums/forum/82-kannada-new-movies-hdrips-bdrips-dvdrips-hdtv.xml/&sortby=start_date&sortdirection=desc | |
followredirect: true | |
response: | |
type: xml | |
rows: | |
selector: rss > channel > item | |
# filters: | |
# - name: andmatch | |
# multiple: true | |
fields: | |
category: | |
# TODO | |
text: movies | |
title: | |
selector: title | |
details: | |
selector: link | |
date: | |
selector: pubDate | |
_id: | |
selector: description | |
filters: | |
- name: regexp | |
args: 'data-fileext="torrent" data-fileid="(.*?)"' | |
download: | |
text: "{{ .Config.sitelink }}applications/core/interface/file/attachment.php?id={{ .Result._id }}" | |
magnet: | |
selector: description | |
filters: | |
- name: regexp | |
args: 'class="magnet-plugin" href="(.*?)"' | |
size: | |
selector: title | |
filters: | |
- name: split | |
args: ["-", -2] | |
seeders: | |
text: 1 | |
leechers: | |
text: 1 | |
downloadvolumefactor: | |
text: 0 | |
uploadvolumefactor: | |
text: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment