diff --git a/.idea/misc.xml b/.idea/misc.xml index 999e7a8..2c3cc30 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/.idea/script.module.libtorrent.iml b/.idea/script.module.libtorrent.iml index 6711606..5162b9d 100644 --- a/.idea/script.module.libtorrent.iml +++ b/.idea/script.module.libtorrent.iml @@ -2,7 +2,7 @@ - + diff --git a/README.md b/README.md index 2a5b86f..4fadbf6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ python-libtorrent for Kodi script.module.libtorrent is a Kodi module that makes easy import of python-libtorrent **Support** -- English forum: https://forums.tvaddons.ag/addon-releases/29224-torrenter-v2.html - Russian forum: http://xbmc.ru/forum/showthread.php?t=4728 **Used in projects** @@ -13,15 +12,14 @@ script.module.libtorrent is a Kodi module that makes easy import of python-libto **Usage** -Add module in requires of your addon.xml: +Add module to your repository and requires in addon.xml: ```python ``` Use it in any python file: ```python -from python_libtorrent import get_libtorrent -libtorrent=get_libtorrent() +from python_libtorrent import libtorrent ``` **License**