mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Fix extratorrents search plugin.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#VERSION: 1.1
|
#VERSION: 1.2
|
||||||
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
||||||
|
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@@ -32,7 +32,7 @@ import sgmllib
|
|||||||
import re
|
import re
|
||||||
|
|
||||||
class extratorrent(object):
|
class extratorrent(object):
|
||||||
url = 'http://extratorrent.com'
|
url = 'http://extratorrent.cc'
|
||||||
name = 'extratorrent'
|
name = 'extratorrent'
|
||||||
supported_categories = {'all': '', 'movies': '4', 'tv': '8', 'music': '5', 'games': '3', 'anime': '1', 'software': '7', 'books': '2', 'pictures': '6'}
|
supported_categories = {'all': '', 'movies': '4', 'tv': '8', 'music': '5', 'games': '3', 'anime': '1', 'software': '7', 'books': '2', 'pictures': '6'}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#VERSION: 1.1
|
#VERSION: 1.2
|
||||||
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
||||||
|
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@@ -32,7 +32,7 @@ import sgmllib3
|
|||||||
import re
|
import re
|
||||||
|
|
||||||
class extratorrent(object):
|
class extratorrent(object):
|
||||||
url = 'http://extratorrent.com'
|
url = 'http://extratorrent.cc'
|
||||||
name = 'extratorrent'
|
name = 'extratorrent'
|
||||||
supported_categories = {'all': '', 'movies': '4', 'tv': '8', 'music': '5', 'games': '3', 'anime': '1', 'software': '7', 'books': '2', 'pictures': '6'}
|
supported_categories = {'all': '', 'movies': '4', 'tv': '8', 'music': '5', 'games': '3', 'anime': '1', 'software': '7', 'books': '2', 'pictures': '6'}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user