mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 09:59:41 +02:00
added rutracker as option. check full message
IMPORTANT: doesnt have error handling fo no result will add a gui option in the future
This commit is contained in:
@@ -103,6 +103,7 @@ def get_magnet_link(post_url, debug):
|
||||
# x - check if x exists (not None/empty)
|
||||
# and - if x exists, THEN check the next part
|
||||
# x.startswith('magnet:') - does x start with "magnet:"?
|
||||
<<<<<<< HEAD
|
||||
|
||||
|
||||
|
||||
@@ -116,3 +117,5 @@ def get_item_index(item, list, listlinks, debug):
|
||||
selected_magnet = get_magnet_link(selected, debug)
|
||||
start_client()
|
||||
add_magnet(selected_magnet)
|
||||
=======
|
||||
>>>>>>> af99e99 (added rutracker as option. check full message)
|
||||
|
||||
Reference in New Issue
Block a user