plexflow 0.0.102__py3-none-any.whl → 0.0.104__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.
@@ -29,7 +29,7 @@ def get_subtitles(video_path: str) -> List[SubtitleStream]:
29
29
  subtitle_streams = []
30
30
  for line in output.splitlines():
31
31
  if "Stream #" in line and "Subtitle" in line:
32
- index = int(line.split("#")[1].split(":")[0].strip())
32
+ index = int(line.split("#")[1].split(":")[1].strip()[0])
33
33
  language = line.split("(")[1].split(")")[0].strip()
34
34
  subtitle_streams.append(SubtitleStream(index=index, language=language))
35
35
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: plexflow
3
- Version: 0.0.102
3
+ Version: 0.0.104
4
4
  Summary: A short description of the package.
5
5
  License: MIT
6
6
  Keywords: keyword1,keyword2,keyword3
@@ -682,8 +682,8 @@ plexflow/utils/video/__pycache__/__init__.cpython-312.pyc,sha256=Kn1y-pxBX-xxS-z
682
682
  plexflow/utils/video/__pycache__/audio.cpython-312.pyc,sha256=vXBnJwWgTDFdixMBs-QJeeejwXQJ4wnXuG6oYqbqaSk,4497
683
683
  plexflow/utils/video/__pycache__/subtitle.cpython-312.pyc,sha256=PCjpCLydGXaRsQy6cikhgsEs8WlComfOoYPiLFqfVMA,2515
684
684
  plexflow/utils/video/audio.py,sha256=tJ_lNwcjVuBQYD5cYOlXpr__eh8-hnReIgNRgIYOpqo,3380
685
- plexflow/utils/video/subtitle.py,sha256=LOGONGxs_RzmqtGP-DBKreOzS1eUFEKo75Q6AfnavW0,1290
686
- plexflow-0.0.102.dist-info/METADATA,sha256=3cRu8BkdU5mJor87KmtOfWnQK1HRuUjYQmnO20Ke4M4,3051
687
- plexflow-0.0.102.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
688
- plexflow-0.0.102.dist-info/entry_points.txt,sha256=uZc6ohXod3uudTgfeTqnkXBS4Cb7eajdjeqZc3P0PX4,1456
689
- plexflow-0.0.102.dist-info/RECORD,,
685
+ plexflow/utils/video/subtitle.py,sha256=5OIrDpZyKRl-OH6iTmhp4wwx3Cr-8dSU9BOn5ivj9ec,1293
686
+ plexflow-0.0.104.dist-info/METADATA,sha256=FALHnVokxcJJ3VZ1NTksjvJDLCEmjMomLairgYDy2D0,3051
687
+ plexflow-0.0.104.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
688
+ plexflow-0.0.104.dist-info/entry_points.txt,sha256=uZc6ohXod3uudTgfeTqnkXBS4Cb7eajdjeqZc3P0PX4,1456
689
+ plexflow-0.0.104.dist-info/RECORD,,