Skip to content

Commit

Permalink
Merge branch 'master' of github.com:elgatito/script.elementum.burst
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatito committed Dec 19, 2023
2 parents d938186 + 807ae01 commit 1326445
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions burst/providers/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -2342,7 +2342,7 @@
"row": "find_once('div', ('class', ['table-responsive']), order=2).find_all('tr', start=2)",
"seeds": "item(tag='td', order=4)",
"size": "item(tag='td', order=3)",
"torrent": "'https://lt.0c.gay/tor/%s.torrent' % item(tag='a', attribute='href', divider=('/', 2))"
"torrent": "'https://www.torlock.com/tor/%s.torrent' % item(tag='a', attribute='href', divider=('/', 2))"
},
"predefined": false,
"private": false,
Expand Down Expand Up @@ -2522,7 +2522,7 @@
"row": "find_once('table', select=('class', 'tmain'), order=2).find_all('tr', start=2)",
"seeds": "item(tag='td', order=4)",
"size": "item(tag='td', order=3)",
"torrent": "'https://ft.0c.gay/tor/%s.torrent' % item(tag='a', attribute='href', divider=('/', 2))"
"torrent": "'https://www.torrentfunk.com/tor/%s.torrent' % item(tag='a', attribute='href', divider=('/', 2))"
},
"predefined": false,
"private": false,
Expand Down Expand Up @@ -2924,7 +2924,7 @@
"row": "find_once('div', ('class', 'table-responsive'), order=2).find_all('tr', start=2)",
"seeds": "item(tag='td', order=5)",
"size": "item(tag='td', order=3)",
"torrent": "'https://yt.0c.gay/down/%s.torrent' % item(tag='a', attribute='href', divider=('/', 2))"
"torrent": "'https://yourbittorrent.com/down/%s.torrent' % item(tag='a', attribute='href', divider=('/', 2))"
},
"predefined": false,
"private": false,
Expand Down

0 comments on commit 1326445

Please sign in to comment.