You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First one is probably suitable, but all torrents have 0 seeds, so Elementum will filter them.
Others don't have all the required information: Name, Link, Seeds, Peers, Size.
I tried to add the site below, but it didn't work.
https://torrentwal.com/
https://torrenthaja2.com/
https://torrentgaja.com/
Tell me how to add the above 3 sites.
{
"TorrentWal": {
"enabled": true,
"predefined": false,
"private": false,
"name": "TorrentWal",
"languages": "ko",
"anime_extra": "",
"anime_keywords": "{title}",
"anime_query": "",
"base_url": "https://torrentwal.com/bbs/s.php?k=QUERY&q=",
"color": "FFFFFFFF",
"general_extra": "",
"general_keywords": "{title}",
"general_query": "",
"language": "ko",
"login_failed": "",
"login_object": "",
"login_path": null,
"movie_extra": "",
"movie_keywords": "{title}",
"movie_query": "",
"parser": {
"infohash": "",
"name": "item('a', order=3)",
"row": "find_all('td', select('class', 'bg1')",
"size": "item('td', order=5)",
"torrent": "'magnet:?xt=urn:btih:%s' % item(tag='a', attribute='href', divider=(''', 1))"
},
"season_extra": "",
"season_extra2": "",
"season_keywords": "{title}",
"season_keywords2": "{title}",
"season_query": "",
"separator": "+",
"show_query": "",
"subpage": false,
"tv_extra": "",
"tv_extra2": "",
"tv_keywords": "{title}",
"tv_keywords2": "{title}"
},
"TorrentWal2": {
"enabled": true,
"predefined": false,
"private": false,
"name": "TorrentWal2",
"languages": "ko",
"anime_extra": "",
"anime_keywords": "{title}",
"anime_query": "",
"base_url": "https://torrentwal.com/bbs/s.php?k=QUERY&q=",
"color": "FFFFFFFF",
"general_extra": "",
"general_keywords": "{title}",
"general_query": "",
"language": "ko",
"login_failed": "",
"login_object": "",
"login_path": null,
"movie_extra": "",
"movie_keywords": "{title}",
"movie_query": "",
"parser": {
"infohash": "",
"name": "item('a', order=3)",
"row": "find_all('td', select('class', 'bg1')",
"size": "item('td', order=5)",
"torrent": "'https://torrentwal.com/torrent' % item(tag='a', attribute='href', order=3, divider=('_', 1))"
},
"season_extra": "",
"season_extra2": "",
"season_keywords": "{title}",
"season_keywords2": "{title}",
"season_query": "",
"separator": "+",
"show_query": "",
"subpage": ture,
"tv_extra": "",
"tv_extra2": "",
"tv_keywords": "{title}",
"tv_keywords2": "{title}"
}
}
It doesn't work even though I've done the above source.
Why not?
The text was updated successfully, but these errors were encountered: