plexflow 0.0.80__py3-none-any.whl → 0.0.81__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/utils/subtitle/search.py +1 -1
- {plexflow-0.0.80.dist-info → plexflow-0.0.81.dist-info}/METADATA +1 -1
- {plexflow-0.0.80.dist-info → plexflow-0.0.81.dist-info}/RECORD +5 -5
- {plexflow-0.0.80.dist-info → plexflow-0.0.81.dist-info}/WHEEL +0 -0
- {plexflow-0.0.80.dist-info → plexflow-0.0.81.dist-info}/entry_points.txt +0 -0
@@ -48,7 +48,7 @@ class SubtitleSearcher:
|
|
48
48
|
pattern : re.Pattern
|
49
49
|
a compiled regular expression pattern
|
50
50
|
"""
|
51
|
-
pattern = re.compile(rf'\b(text|subtitles?)\b(.*?)\b({hint_word})
|
51
|
+
pattern = re.compile(rf'\b(text|subs|subtitles?)\b(.*?)\b({hint_word})\.?\b', re.IGNORECASE | re.DOTALL | re.UNICODE)
|
52
52
|
return pattern
|
53
53
|
|
54
54
|
def search_subtitles(self, text):
|
@@ -630,7 +630,7 @@ plexflow/utils/strings/json_extract.py,sha256=590oY1LMnbe9COm3fD6z74OtOzxeXd3Hrf
|
|
630
630
|
plexflow/utils/strings/language.py,sha256=J9-wqmCdxf9Ws5_X1tV4vX4d7AGkKci0eaBE4Lit0j0,269
|
631
631
|
plexflow/utils/strings/sanitize.py,sha256=V-58iC4-0xIb-dgK595JbPNyyB9jZbY1xHMazXnQyuI,274
|
632
632
|
plexflow/utils/subtitle/__pycache__/search.cpython-312.pyc,sha256=VFulOf14P0m9ncFRxXwENemR8wNolA8xZykpfdAq4eg,3542
|
633
|
-
plexflow/utils/subtitle/search.py,sha256=
|
633
|
+
plexflow/utils/subtitle/search.py,sha256=HW_JOrj-cpRrVnxWh56XjRWhb98E73V1V5QHCq2y7CM,2441
|
634
634
|
plexflow/utils/tasks/__pycache__/decorators.cpython-311.pyc,sha256=8zuAsEfYLEBQQ4DGKqkx-JFCjd73kGhAiPblBNFa2cQ,1675
|
635
635
|
plexflow/utils/tasks/__pycache__/tasks.cpython-311.pyc,sha256=8RRMTHAy-t6yW0rlDX9wpZyO-9Cg4SQoD-NVasL94SQ,1670
|
636
636
|
plexflow/utils/tasks/decorators.py,sha256=1pF3bVFO2YCJd2gFNVYdmaQpbV3nRP1RxJ_OhLU-g7E,3051
|
@@ -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.81.dist-info/METADATA,sha256=eZjH3OuFgLv2-r6cT50GyuM5by2PmDhrqzFI4BO5S_E,2954
|
679
|
+
plexflow-0.0.81.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
680
|
+
plexflow-0.0.81.dist-info/entry_points.txt,sha256=aEqDHlozu_zjWrl2sibtrqtQHMgU8kSJZrE782CP47g,1362
|
681
|
+
plexflow-0.0.81.dist-info/RECORD,,
|
File without changes
|
File without changes
|