Rename BaseBrowser to Browser
This commit is contained in:
parent
444d36eee8
commit
0088013ae1
132 changed files with 348 additions and 348 deletions
|
|
@ -17,7 +17,7 @@
|
|||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from weboob.tools.browser import BaseBrowser, BrowserIncorrectPassword
|
||||
from weboob.tools.browser import Browser, BrowserIncorrectPassword
|
||||
from weboob.tools.json import json as simplejson
|
||||
from weboob.capabilities.audio import BaseAudio, Album, Playlist
|
||||
from weboob.capabilities.image import BaseImage
|
||||
|
|
@ -42,7 +42,7 @@ class APIError(Exception):
|
|||
pass
|
||||
|
||||
|
||||
class GroovesharkBrowser(BaseBrowser):
|
||||
class GroovesharkBrowser(Browser):
|
||||
PROTOCOL = 'http'
|
||||
DOMAIN = 'html5.grooveshark.com'
|
||||
API_URL = 'https://html5.grooveshark.com/more.php'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue