Unit3Dup 0.8.20__tar.gz → 0.8.24__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. {unit3dup-0.8.20 → unit3dup-0.8.24}/LICENSE +0 -0
  2. {unit3dup-0.8.20 → unit3dup-0.8.24}/PKG-INFO +176 -176
  3. {unit3dup-0.8.20 → unit3dup-0.8.24}/README.rst +1 -1
  4. {unit3dup-0.8.20 → unit3dup-0.8.24}/Unit3Dup.egg-info/PKG-INFO +176 -176
  5. {unit3dup-0.8.20 → unit3dup-0.8.24}/Unit3Dup.egg-info/SOURCES.txt +1 -0
  6. {unit3dup-0.8.20 → unit3dup-0.8.24}/Unit3Dup.egg-info/requires.txt +1 -1
  7. {unit3dup-0.8.20 → unit3dup-0.8.24}/Unit3Dup.egg-info/top_level.txt +1 -1
  8. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/__init__.py +0 -0
  9. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/bdinfo_string.py +0 -0
  10. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/bittorrent.py +0 -0
  11. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/command.py +0 -0
  12. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/constants.py +0 -0
  13. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/database.py +0 -0
  14. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/__init__.py +0 -0
  15. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/ftpx/__init__.py +0 -0
  16. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/ftpx/client.py +0 -0
  17. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/ftpx/core/__init__.py +0 -0
  18. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/ftpx/core/ftpx_service.py +0 -0
  19. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/ftpx/core/ftpx_session.py +0 -0
  20. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/ftpx/core/menu.py +0 -0
  21. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/ftpx/core/models/__init__.py +0 -0
  22. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/ftpx/core/models/list.py +0 -0
  23. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/igdb/__init__.py +0 -0
  24. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/igdb/client.py +0 -0
  25. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/igdb/core/__init__.py +0 -0
  26. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/igdb/core/api.py +0 -0
  27. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/igdb/core/models/__init__.py +0 -0
  28. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/igdb/core/models/search.py +0 -0
  29. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/igdb/core/platformid.py +0 -0
  30. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/igdb/core/tags.py +0 -0
  31. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/imageHost.py +0 -0
  32. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/imdb.py +3 -7
  33. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/mediaresult.py +2 -1
  34. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/sessions/__init__.py +0 -0
  35. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/sessions/agents.py +0 -0
  36. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/sessions/exceptions.py +0 -0
  37. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/sessions/session.py +0 -0
  38. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/theMovieDB/__init__.py +0 -0
  39. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/theMovieDB/core/__init__.py +0 -0
  40. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/theMovieDB/core/api.py +63 -65
  41. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/theMovieDB/core/keywords.py +0 -0
  42. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/theMovieDB/core/models/__init__.py +0 -0
  43. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/theMovieDB/core/models/movie/__init__.py +0 -0
  44. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/theMovieDB/core/models/movie/alternative_titles.py +0 -0
  45. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/theMovieDB/core/models/movie/details.py +0 -0
  46. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/theMovieDB/core/models/movie/movie.py +0 -0
  47. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/theMovieDB/core/models/movie/nowplaying.py +0 -0
  48. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/theMovieDB/core/models/movie/release_info.py +0 -0
  49. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/theMovieDB/core/models/tvshow/__init__.py +0 -0
  50. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/theMovieDB/core/models/tvshow/alternative.py +0 -0
  51. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/theMovieDB/core/models/tvshow/details.py +0 -0
  52. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/theMovieDB/core/models/tvshow/on_the_air.py +0 -0
  53. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/theMovieDB/core/models/tvshow/translations.py +0 -0
  54. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/theMovieDB/core/models/tvshow/tvshow.py +0 -0
  55. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/theMovieDB/core/videos.py +0 -0
  56. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/trailers/__init__.py +0 -0
  57. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/trailers/api.py +0 -0
  58. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/external_services/trailers/response.py +0 -0
  59. unit3dup-0.8.24/common/external_services/tvdb.py +27 -0
  60. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/extractor.py +0 -0
  61. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/frames.py +0 -0
  62. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/mediainfo.py +0 -0
  63. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/mediainfo_string.py +0 -0
  64. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/settings.py +9 -5
  65. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/title.py +0 -0
  66. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/torrent_clients.py +0 -0
  67. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/trackers/__init__.py +0 -0
  68. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/trackers/data.py +0 -0
  69. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/trackers/itt.py +0 -0
  70. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/trackers/sis.py +0 -0
  71. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/trackers/trackers.py +0 -0
  72. {unit3dup-0.8.20 → unit3dup-0.8.24}/common/utility.py +3 -1
  73. {unit3dup-0.8.20 → unit3dup-0.8.24}/pyproject.toml +1 -1
  74. {unit3dup-0.8.20 → unit3dup-0.8.24}/requirements.txt +1 -1
  75. {unit3dup-0.8.20 → unit3dup-0.8.24}/setup.cfg +4 -4
  76. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/__init__.py +0 -0
  77. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/__main__.py +0 -0
  78. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/automode.py +0 -0
  79. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/bot.py +0 -0
  80. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/duplicate.py +0 -0
  81. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/exceptions.py +0 -0
  82. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/media.py +11 -1
  83. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/media_manager/ContentManager.py +9 -1
  84. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/media_manager/DocuManager.py +0 -0
  85. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/media_manager/GameManager.py +0 -0
  86. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/media_manager/MediaInfoManager.py +0 -0
  87. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/media_manager/SeedManager.py +0 -0
  88. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/media_manager/TorrentManager.py +0 -0
  89. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/media_manager/VideoManager.py +4 -3
  90. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/media_manager/__init__.py +0 -0
  91. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/media_manager/common.py +0 -0
  92. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/pvtDocu.py +0 -0
  93. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/pvtTorrent.py +0 -0
  94. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/pvtTracker.py +4 -5
  95. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/pvtVideo.py +4 -2
  96. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/torrent.py +0 -0
  97. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/upload.py +3 -1
  98. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/web/__init__.py +0 -0
  99. {unit3dup-0.8.20 → unit3dup-0.8.24}/unit3dup/web/main.py +0 -0
  100. {unit3dup-0.8.20 → unit3dup-0.8.24}/view/__init__.py +0 -0
  101. {unit3dup-0.8.20 → unit3dup-0.8.24}/view/custom_console.py +0 -0
  102. {unit3dup-0.8.20 → unit3dup-0.8.24}/view/web_console.py +0 -0
  103. {unit3dup-0.8.20 → unit3dup-0.8.24}/Unit3Dup.egg-info/dependency_links.txt +0 -0
  104. {unit3dup-0.8.20 → unit3dup-0.8.24}/Unit3Dup.egg-info/entry_points.txt +0 -0
File without changes
@@ -1,176 +1,176 @@
1
- Metadata-Version: 2.4
2
- Name: Unit3Dup
3
- Version: 0.8.20
4
- Summary: An uploader for the Unit3D torrent tracker
5
- Author: Parzival
6
- License-Expression: MIT
7
- Project-URL: Homepage, https://github.com/31December99/Unit3Dup
8
- Requires-Python: >=3.10
9
- Description-Content-Type: text/x-rst
10
- License-File: LICENSE
11
- Requires-Dist: guessit==3.8.0
12
- Requires-Dist: pymediainfo==6.1.0
13
- Requires-Dist: python-qbittorrent==0.4.3
14
- Requires-Dist: pydantic==2.10.6
15
- Requires-Dist: requests==2.32.3
16
- Requires-Dist: rich==13.7.1
17
- Requires-Dist: torf==4.2.7
18
- Requires-Dist: tqdm==4.66.5
19
- Requires-Dist: thefuzz==0.22.1
20
- Requires-Dist: unidecode==1.3.8
21
- Requires-Dist: pillow==10.4.0
22
- Requires-Dist: patool==2.4.0
23
- Requires-Dist: diskcache==5.6.3
24
- Requires-Dist: httpx==0.27.2
25
- Requires-Dist: transmission-rpc==7.0.11
26
- Requires-Dist: cinemagoer==2023.5.1
27
- Requires-Dist: pathvalidate==3.2.3
28
- Requires-Dist: bencode2==0.3.24
29
- Requires-Dist: rtorrent-rpc==0.9.4
30
- Dynamic: license-file
31
-
32
-
33
- **Hi !**
34
- ===============================================
35
- |version| |online| |status| |python| |ubuntu| |debian| |windows|
36
-
37
- .. |version| image:: https://img.shields.io/pypi/v/unit3dup.svg
38
- .. |online| image:: https://img.shields.io/badge/Online-green
39
- .. |status| image:: https://img.shields.io/badge/Status-Active-brightgreen
40
- .. |python| image:: https://img.shields.io/badge/Python-3.10+-blue
41
- .. |ubuntu| image:: https://img.shields.io/badge/Ubuntu-22-blue
42
- .. |debian| image:: https://img.shields.io/badge/Debian-12-blue
43
- .. |windows| image:: https://img.shields.io/badge/Windows-10-blue
44
-
45
- Auto Torrent Generator and Uploader
46
- ===================================
47
-
48
- This Python script generates and uploads torrents based on input provided for movies or TV series and Games.
49
-
50
- It performs the following tasks:
51
-
52
- - Scan folder and subfolders
53
- - Compiles various metadata information to create a torrent
54
- - Extracts a series of screenshots directly from the video
55
- - Add webp to your torrent description page
56
- - Extracts cover from the PDF documents
57
- - Generates meta-info derived from the video or game
58
- - Searches for the corresponding ID on TMDB, IGDB or IMDB
59
- - Add trailer from TMDB or YouTube
60
- - Seeding in qBittorrent, Transmission or rTorrent
61
- - Reseeding one or more torrents at a time
62
- - Seed your torrents across different OS
63
- - Add a custom title to your seasons
64
- - Generate info for a title using MediaInfo
65
-
66
- unit3dup can grab the first page, convert it to an image (using xpdf),
67
- and then the bot can upload it to an image host, then add the link to the torrent page description.
68
-
69
-
70
- Install and Upgrade
71
- ===================
72
-
73
- - pip install unit3dup --upgrade
74
-
75
- Windows Dependencies
76
- --------------------
77
- 1. Download and unzip https://www.ffmpeg.org/download.html and add its folder to
78
- PATH environment user variable
79
-
80
-
81
- Only for pdf
82
- ~~~~~~~~~~~~
83
- 1. Download and unzip poppler for Windows from https://github.com/oschwartz10612/poppler-windows/releases
84
- 2. Put the folder 'bin' in the system path (e.g. ``C:\poppler-24.08.0\Library\bin``)
85
- 3. *Close and reopen a new console window*
86
- 4. Test it: Run ``pdftocairo`` in the terminal
87
-
88
-
89
- Ubuntu/Debian Dependencies
90
- --------------------------
91
- - sudo apt install ffmpeg
92
-
93
- Only for pdf
94
- ~~~~~~~~~~~~
95
- - sudo apt install poppler-utils
96
-
97
-
98
- RUN
99
- ======
100
-
101
- .. code-block:: python
102
-
103
- unit3dup -u <filepath>
104
- unit3dup -f <folderpath>
105
- unit3dup -scan <folderpath>
106
-
107
-
108
-
109
- DOC
110
- ===
111
-
112
- Link `Unit3DUP <https://unit3dup.readthedocs.io/en/latest/index.html#>`_
113
-
114
-
115
- ImageHost
116
- =========
117
-
118
- The bot can upload images to the following image hosting platforms:
119
-
120
- +------------------+----------------------------+
121
- | **Image Host** | **URL** |
122
- +==================+============================+
123
- | ``ImgBB`` | https://imgbb.com |
124
- +------------------+----------------------------+
125
- | ``FreeImage`` | https://freeimage.host |
126
- +------------------+----------------------------+
127
- | ``PtScreens`` | https://ptscreens.com |
128
- +------------------+----------------------------+
129
- | ``LensDump`` | https://lensdump.com |
130
- +------------------+----------------------------+
131
- | ``ImgFI`` | https://imgfi.com |
132
- +------------------+----------------------------+
133
- | ``PassIMA`` | https://passtheima.ge |
134
- +------------------+----------------------------+
135
- | ``ImaRide`` | https://www.imageride.net |
136
- +------------------+----------------------------+
137
-
138
- Trackers
139
- ========
140
-
141
- The Italian tracker: a multitude of people from diverse technical and social backgrounds,
142
- united by a shared passion for torrents and more
143
-
144
- +------------------+----------------------------+
145
- | **Trackers** | **Description** |
146
- +==================+============================+
147
- | ``ITT`` | https://itatorrents.xyz/ |
148
- +------------------+----------------------------+
149
-
150
-
151
- .. image:: https://img.shields.io/badge/Telegram-Join-blue?logo=telegram
152
- :target: https://t.me/+hj294GabGWJlMDI8
153
- :alt: Unisciti su Telegram
154
-
155
- .. image:: https://img.shields.io/discord/1214696147600408698?label=Discord&logo=discord&style=flat
156
- :target: https://discord.gg/Skvune9P
157
- :alt: Discord Server
158
-
159
-
160
-
161
- 🎯 Streaming Community
162
- ======================
163
-
164
- `goto GitHub Project <https://github.com/Arrowar/StreamingCommunity>`_
165
-
166
- An open-source script for downloading movies, TV shows, and anime from various websites,
167
- built by a community of people with a shared interest in programming.
168
-
169
- .. image:: https://img.shields.io/badge/Telegram-Join-blue?logo=telegram
170
- :target: https://t.me/+hj294GabGWJlMDI8
171
- :alt: Unisciti su Telegram
172
-
173
- .. image:: https://img.shields.io/badge/StreamingCommunity-blue.svg
174
- :target: https://github.com/Arrowar/StreamingCommunity
175
- :alt: StreamingCommunity Badge
176
-
1
+ Metadata-Version: 2.4
2
+ Name: Unit3Dup
3
+ Version: 0.8.24
4
+ Summary: An uploader for the Unit3D torrent tracker
5
+ Author: Parzival
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/31December99/Unit3Dup
8
+ Requires-Python: >=3.10
9
+ Description-Content-Type: text/x-rst
10
+ License-File: LICENSE
11
+ Requires-Dist: guessit==3.8.0
12
+ Requires-Dist: pymediainfo==6.1.0
13
+ Requires-Dist: python-qbittorrent==0.4.3
14
+ Requires-Dist: pydantic==2.10.6
15
+ Requires-Dist: requests==2.32.3
16
+ Requires-Dist: rich==13.7.1
17
+ Requires-Dist: torf==4.2.7
18
+ Requires-Dist: tqdm==4.66.5
19
+ Requires-Dist: thefuzz==0.22.1
20
+ Requires-Dist: unidecode==1.3.8
21
+ Requires-Dist: pillow==10.4.0
22
+ Requires-Dist: patool==2.4.0
23
+ Requires-Dist: diskcache==5.6.3
24
+ Requires-Dist: httpx==0.27.2
25
+ Requires-Dist: transmission-rpc==7.0.11
26
+ Requires-Dist: pathvalidate==3.2.3
27
+ Requires-Dist: bencode2==0.3.24
28
+ Requires-Dist: rtorrent-rpc==0.9.4
29
+ Requires-Dist: tvdb_v4_official==1.1.0
30
+ Dynamic: license-file
31
+
32
+
33
+ **Hi !**
34
+ ===============================================
35
+ |version| |online| |status| |python| |ubuntu| |debian| |windows|
36
+
37
+ .. |version| image:: https://img.shields.io/pypi/v/unit3dup.svg
38
+ .. |online| image:: https://img.shields.io/badge/Online-green
39
+ .. |status| image:: https://img.shields.io/badge/Status-Active-brightgreen
40
+ .. |python| image:: https://img.shields.io/badge/Python-3.10+-blue
41
+ .. |ubuntu| image:: https://img.shields.io/badge/Ubuntu-22-blue
42
+ .. |debian| image:: https://img.shields.io/badge/Debian-12-blue
43
+ .. |windows| image:: https://img.shields.io/badge/Windows-10-blue
44
+
45
+ Auto Torrent Generator and Uploader
46
+ ===================================
47
+
48
+ This Python script generates and uploads torrents based on input provided for movies or TV series and Games.
49
+
50
+ It performs the following tasks:
51
+
52
+ - Scan folder and subfolders
53
+ - Compiles various metadata information to create a torrent
54
+ - Extracts a series of screenshots directly from the video
55
+ - Add webp to your torrent description page
56
+ - Extracts cover from the PDF documents
57
+ - Generates meta-info derived from the video or game
58
+ - Searches for the corresponding ID on TMDB, IGDB, IMDB,TVDB
59
+ - Add trailer from TMDB or YouTube
60
+ - Seeding in qBittorrent, Transmission or rTorrent
61
+ - Reseeding one or more torrents at a time
62
+ - Seed your torrents across different OS
63
+ - Add a custom title to your seasons
64
+ - Generate info for a title using MediaInfo
65
+
66
+ unit3dup can grab the first page, convert it to an image (using xpdf),
67
+ and then the bot can upload it to an image host, then add the link to the torrent page description.
68
+
69
+
70
+ Install and Upgrade
71
+ ===================
72
+
73
+ - pip install unit3dup --upgrade
74
+
75
+ Windows Dependencies
76
+ --------------------
77
+ 1. Download and unzip https://www.ffmpeg.org/download.html and add its folder to
78
+ PATH environment user variable
79
+
80
+
81
+ Only for pdf
82
+ ~~~~~~~~~~~~
83
+ 1. Download and unzip poppler for Windows from https://github.com/oschwartz10612/poppler-windows/releases
84
+ 2. Put the folder 'bin' in the system path (e.g. ``C:\poppler-24.08.0\Library\bin``)
85
+ 3. *Close and reopen a new console window*
86
+ 4. Test it: Run ``pdftocairo`` in the terminal
87
+
88
+
89
+ Ubuntu/Debian Dependencies
90
+ --------------------------
91
+ - sudo apt install ffmpeg
92
+
93
+ Only for pdf
94
+ ~~~~~~~~~~~~
95
+ - sudo apt install poppler-utils
96
+
97
+
98
+ RUN
99
+ ======
100
+
101
+ .. code-block:: python
102
+
103
+ unit3dup -u <filepath>
104
+ unit3dup -f <folderpath>
105
+ unit3dup -scan <folderpath>
106
+
107
+
108
+
109
+ DOC
110
+ ===
111
+
112
+ Link `Unit3DUP <https://unit3dup.readthedocs.io/en/latest/index.html#>`_
113
+
114
+
115
+ ImageHost
116
+ =========
117
+
118
+ The bot can upload images to the following image hosting platforms:
119
+
120
+ +------------------+----------------------------+
121
+ | **Image Host** | **URL** |
122
+ +==================+============================+
123
+ | ``ImgBB`` | https://imgbb.com |
124
+ +------------------+----------------------------+
125
+ | ``FreeImage`` | https://freeimage.host |
126
+ +------------------+----------------------------+
127
+ | ``PtScreens`` | https://ptscreens.com |
128
+ +------------------+----------------------------+
129
+ | ``LensDump`` | https://lensdump.com |
130
+ +------------------+----------------------------+
131
+ | ``ImgFI`` | https://imgfi.com |
132
+ +------------------+----------------------------+
133
+ | ``PassIMA`` | https://passtheima.ge |
134
+ +------------------+----------------------------+
135
+ | ``ImaRide`` | https://www.imageride.net |
136
+ +------------------+----------------------------+
137
+
138
+ Trackers
139
+ ========
140
+
141
+ The Italian tracker: a multitude of people from diverse technical and social backgrounds,
142
+ united by a shared passion for torrents and more
143
+
144
+ +------------------+----------------------------+
145
+ | **Trackers** | **Description** |
146
+ +==================+============================+
147
+ | ``ITT`` | https://itatorrents.xyz/ |
148
+ +------------------+----------------------------+
149
+
150
+
151
+ .. image:: https://img.shields.io/badge/Telegram-Join-blue?logo=telegram
152
+ :target: https://t.me/+hj294GabGWJlMDI8
153
+ :alt: Unisciti su Telegram
154
+
155
+ .. image:: https://img.shields.io/discord/1214696147600408698?label=Discord&logo=discord&style=flat
156
+ :target: https://discord.gg/Skvune9P
157
+ :alt: Discord Server
158
+
159
+
160
+
161
+ 🎯 Streaming Community
162
+ ======================
163
+
164
+ `goto GitHub Project <https://github.com/Arrowar/StreamingCommunity>`_
165
+
166
+ An open-source script for downloading movies, TV shows, and anime from various websites,
167
+ built by a community of people with a shared interest in programming.
168
+
169
+ .. image:: https://img.shields.io/badge/Telegram-Join-blue?logo=telegram
170
+ :target: https://t.me/+hj294GabGWJlMDI8
171
+ :alt: Unisciti su Telegram
172
+
173
+ .. image:: https://img.shields.io/badge/StreamingCommunity-blue.svg
174
+ :target: https://github.com/Arrowar/StreamingCommunity
175
+ :alt: StreamingCommunity Badge
176
+
@@ -24,7 +24,7 @@ It performs the following tasks:
24
24
  - Add webp to your torrent description page
25
25
  - Extracts cover from the PDF documents
26
26
  - Generates meta-info derived from the video or game
27
- - Searches for the corresponding ID on TMDB, IGDB or IMDB
27
+ - Searches for the corresponding ID on TMDB, IGDB, IMDB,TVDB
28
28
  - Add trailer from TMDB or YouTube
29
29
  - Seeding in qBittorrent, Transmission or rTorrent
30
30
  - Reseeding one or more torrents at a time