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
I was doing some custom providers and faced this: many websites have multiple magnets at the subpage, often one link for each resolution (1080, 4k, ...)
AFAK, burst.py gets the first matched url (method extract_from_page, line 562). Any chance of add option to return a list of magnets from the subpage?
The text was updated successfully, but these errors were encountered:
@elgatito what do you think about this?
it looks like many/most Brazilian torrent trackers are not "real" trackers but are simple blogs that post links to torrents.
i guess such sites are more friendly to non-technical users, but they are very horrible for machine parsing.
we can return all links, but then - how to identify what each link represents? we need to know resolution, size, seeds/peers, etc.
but looks like this fork have only specific changes to support those fake trackers. so i am not sure if it makes sense to port those changes back to burst.
Hello,
I was doing some custom providers and faced this: many websites have multiple magnets at the subpage, often one link for each resolution (1080, 4k, ...)
AFAK, burst.py gets the first matched url (method extract_from_page, line 562). Any chance of add option to return a list of magnets from the subpage?
The text was updated successfully, but these errors were encountered: