plexflow 0.0.86__py3-none-any.whl → 0.0.87__py3-none-any.whl
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.
- plexflow/core/torrents/providers/piratesparadise/utils.py +3 -0
- plexflow/core/torrents/providers/tpb/utils.py +3 -0
- plexflow/core/torrents/results/torrent.py +0 -4
- {plexflow-0.0.86.dist-info → plexflow-0.0.87.dist-info}/METADATA +1 -1
- {plexflow-0.0.86.dist-info → plexflow-0.0.87.dist-info}/RECORD +7 -7
- {plexflow-0.0.86.dist-info → plexflow-0.0.87.dist-info}/WHEEL +0 -0
- {plexflow-0.0.86.dist-info → plexflow-0.0.87.dist-info}/entry_points.txt +0 -0
@@ -32,6 +32,9 @@ class TPBSearchResult(Torrent):
|
|
32
32
|
self.username = kwargs.get("username")
|
33
33
|
self.src = "tpb"
|
34
34
|
|
35
|
+
self._native_dutch_subtitles = []
|
36
|
+
self._native_english_subtitles = []
|
37
|
+
|
35
38
|
@property
|
36
39
|
def magnet(self) -> str:
|
37
40
|
return f'magnet:?xt=urn:btih:{self.info_hash}'
|
@@ -9,10 +9,6 @@ class Torrent(ABC):
|
|
9
9
|
This is an abstract base class that represents a Torrent.
|
10
10
|
Any class that inherits from this must implement all the properties.
|
11
11
|
"""
|
12
|
-
def __init__(self):
|
13
|
-
self._native_dutch_subtitles = []
|
14
|
-
self._native_english_subtitles = []
|
15
|
-
|
16
12
|
@property
|
17
13
|
@abstractmethod
|
18
14
|
def seeds(self) -> int:
|
@@ -438,7 +438,7 @@ plexflow/core/torrents/providers/piratesparadise/__pycache__/tpb.cpython-312.pyc
|
|
438
438
|
plexflow/core/torrents/providers/piratesparadise/__pycache__/utils.cpython-311.pyc,sha256=YwB71cMUDX6MxUduWoFXRQXsP_LIRqK4rAVrJMX4v38,6704
|
439
439
|
plexflow/core/torrents/providers/piratesparadise/__pycache__/utils.cpython-312.pyc,sha256=IrcVcSYpD4mAn21gja6_3ULB0Kt_JUd3ZTX7piLmNRc,3447
|
440
440
|
plexflow/core/torrents/providers/piratesparadise/piratesparadise.py,sha256=p0V00VKDKijf3B63yVaea2YdRLLIkJAOpPVhTKPglDc,929
|
441
|
-
plexflow/core/torrents/providers/piratesparadise/utils.py,sha256=
|
441
|
+
plexflow/core/torrents/providers/piratesparadise/utils.py,sha256=XIFQZT15e4rOjiI71uPvXPiEz2tNHAZg4jU1hrlrupU,1459
|
442
442
|
plexflow/core/torrents/providers/rarbg2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
443
443
|
plexflow/core/torrents/providers/rarbg2/__pycache__/__init__.cpython-311.pyc,sha256=5V3wvzaKuEsqNyOL4-jILERBitIwrVqVnMjuQ_gAgik,189
|
444
444
|
plexflow/core/torrents/providers/rarbg2/__pycache__/__init__.cpython-312.pyc,sha256=2-307lDdUrMbmxg9YI1DSbM8Mj6BYWLXva6rQojRh2M,177
|
@@ -500,7 +500,7 @@ plexflow/core/torrents/providers/tpb/__pycache__/tpb.cpython-312.pyc,sha256=MAp1
|
|
500
500
|
plexflow/core/torrents/providers/tpb/__pycache__/utils.cpython-311.pyc,sha256=YwB71cMUDX6MxUduWoFXRQXsP_LIRqK4rAVrJMX4v38,6704
|
501
501
|
plexflow/core/torrents/providers/tpb/__pycache__/utils.cpython-312.pyc,sha256=cJSN6zMizHkzh3_WWJ2uF4bZ6_svJSQnN296iP8YJv4,6378
|
502
502
|
plexflow/core/torrents/providers/tpb/tpb.py,sha256=YB-a3kZ4DUzXkI4TJJszVvoJiX4L0QUJuCo-9iqC6JQ,681
|
503
|
-
plexflow/core/torrents/providers/tpb/utils.py,sha256=
|
503
|
+
plexflow/core/torrents/providers/tpb/utils.py,sha256=M1LdYgMMhFOZ-b12eazCh81tx-KTQMkQ2H21IuhfGOQ,3708
|
504
504
|
plexflow/core/torrents/providers/yts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
505
505
|
plexflow/core/torrents/providers/yts/__pycache__/__init__.cpython-311.pyc,sha256=QTE1sD-I-LNDtSuyErNJyVT5WwwI5V4nhk3nzW4c60Q,186
|
506
506
|
plexflow/core/torrents/providers/yts/__pycache__/__init__.cpython-312.pyc,sha256=rb26jCjKRY0RXaanm-6RLAFANV4e4DwgUPbZcsCw-gc,174
|
@@ -518,7 +518,7 @@ plexflow/core/torrents/results/__pycache__/torrent.cpython-311.pyc,sha256=Sxfylb
|
|
518
518
|
plexflow/core/torrents/results/__pycache__/torrent.cpython-312.pyc,sha256=gVBo7bTDY_6m9MmdgYy6fcnnoVQkXZiRI2iDANyG5RA,7776
|
519
519
|
plexflow/core/torrents/results/__pycache__/universal.cpython-312.pyc,sha256=fWAmvqL76rp3K0_ydGNEHFJe-05duOvvo76ZpYjZQYE,14162
|
520
520
|
plexflow/core/torrents/results/__pycache__/utils.cpython-312.pyc,sha256=vqEt3jQLzZ-K_E9WV0kKz4K79AScvcg2xyOUTlAcu70,1136
|
521
|
-
plexflow/core/torrents/results/torrent.py,sha256=
|
521
|
+
plexflow/core/torrents/results/torrent.py,sha256=hSYlP_0Uktumi4wzXqIJ-WRRi5YAlvrZVhf_treXDrI,5203
|
522
522
|
plexflow/core/torrents/results/universal.py,sha256=ycprOMT1Px8IthmB82YhmnxeNt7P3GAcrOlEkpKoaQk,7706
|
523
523
|
plexflow/core/torrents/results/utils.py,sha256=abiiO_QQYDpA5aMyO8WFPxnGu5sL5xfACezE5bwrnJU,691
|
524
524
|
plexflow/events/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -675,7 +675,7 @@ plexflow/utils/video/__pycache__/audio.cpython-312.pyc,sha256=vXBnJwWgTDFdixMBs-
|
|
675
675
|
plexflow/utils/video/__pycache__/subtitle.cpython-312.pyc,sha256=PCjpCLydGXaRsQy6cikhgsEs8WlComfOoYPiLFqfVMA,2515
|
676
676
|
plexflow/utils/video/audio.py,sha256=tJ_lNwcjVuBQYD5cYOlXpr__eh8-hnReIgNRgIYOpqo,3380
|
677
677
|
plexflow/utils/video/subtitle.py,sha256=LOGONGxs_RzmqtGP-DBKreOzS1eUFEKo75Q6AfnavW0,1290
|
678
|
-
plexflow-0.0.
|
679
|
-
plexflow-0.0.
|
680
|
-
plexflow-0.0.
|
681
|
-
plexflow-0.0.
|
678
|
+
plexflow-0.0.87.dist-info/METADATA,sha256=-K68pxmmvDXhDtnB36ayb2INssWt9rwXMuYwWbKQobw,2954
|
679
|
+
plexflow-0.0.87.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
680
|
+
plexflow-0.0.87.dist-info/entry_points.txt,sha256=aEqDHlozu_zjWrl2sibtrqtQHMgU8kSJZrE782CP47g,1362
|
681
|
+
plexflow-0.0.87.dist-info/RECORD,,
|
File without changes
|
File without changes
|