Skip to content

Commit

Permalink
Use external simple-requests library
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Miroshnychenko committed Nov 22, 2024
1 parent 58a7245 commit 913ffc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 253 deletions.
1 change: 1 addition & 0 deletions plugin.video.external.library/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
provider-name="Roman V.M.">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="script.module.simple-requests"/>
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video</provides>
Expand Down
3 changes: 2 additions & 1 deletion plugin.video.external.library/libs/json_rpc_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
from pprint import pformat
from typing import List, Dict, Any, Optional

from libs import simple_requests as requests
import simple_requests as requests

from libs.exceptions import NoDataError, RemoteKodiError
from libs.kodi_service import ADDON, get_remote_kodi_url

Expand Down
252 changes: 0 additions & 252 deletions plugin.video.external.library/libs/simple_requests.py

This file was deleted.

0 comments on commit 913ffc2

Please sign in to comment.