easyrip 4.8.0__py3-none-any.whl → 4.8.1__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.
- easyrip/easyrip_command.py +3 -3
- easyrip/global_val.py +1 -1
- {easyrip-4.8.0.dist-info → easyrip-4.8.1.dist-info}/METADATA +1 -1
- {easyrip-4.8.0.dist-info → easyrip-4.8.1.dist-info}/RECORD +8 -8
- {easyrip-4.8.0.dist-info → easyrip-4.8.1.dist-info}/WHEEL +0 -0
- {easyrip-4.8.0.dist-info → easyrip-4.8.1.dist-info}/entry_points.txt +0 -0
- {easyrip-4.8.0.dist-info → easyrip-4.8.1.dist-info}/licenses/LICENSE +0 -0
- {easyrip-4.8.0.dist-info → easyrip-4.8.1.dist-info}/top_level.txt +0 -0
easyrip/easyrip_command.py
CHANGED
|
@@ -393,7 +393,7 @@ class Opt_type(enum.Enum):
|
|
|
393
393
|
"'auto:...' can only select which match infix.\n"
|
|
394
394
|
" e.g. 'auto:zh-Hans:zh-Hant'"
|
|
395
395
|
),
|
|
396
|
-
childs=(Cmd_type_val(("
|
|
396
|
+
childs=(Cmd_type_val(("auto",)),),
|
|
397
397
|
)
|
|
398
398
|
_only_mux_sub_path = Cmd_type_val(
|
|
399
399
|
("-only-mux-sub-path",),
|
|
@@ -407,7 +407,7 @@ class Opt_type(enum.Enum):
|
|
|
407
407
|
"Mux ASS subtitles in MKV with subset\n" # .
|
|
408
408
|
"The usage of 'auto' is detailed in '-sub'"
|
|
409
409
|
),
|
|
410
|
-
childs=(Cmd_type_val(("
|
|
410
|
+
childs=(Cmd_type_val(("auto",)),),
|
|
411
411
|
)
|
|
412
412
|
_subset_font_dir = Cmd_type_val(
|
|
413
413
|
("-subset-font-dir",),
|
|
@@ -515,7 +515,7 @@ class Opt_type(enum.Enum):
|
|
|
515
515
|
"Setting FPS when muxing\n"
|
|
516
516
|
"When using auto, the frame rate is automatically obtained from the input video and adsorbed to the nearest preset point"
|
|
517
517
|
),
|
|
518
|
-
childs=(Cmd_type_val(("
|
|
518
|
+
childs=(Cmd_type_val(("auto",)),),
|
|
519
519
|
)
|
|
520
520
|
_chapters = Cmd_type_val(
|
|
521
521
|
("-chapters",),
|
easyrip/global_val.py
CHANGED
|
@@ -3,7 +3,7 @@ import sys
|
|
|
3
3
|
from pathlib import Path
|
|
4
4
|
|
|
5
5
|
PROJECT_NAME = "Easy Rip"
|
|
6
|
-
PROJECT_VERSION = "4.8.
|
|
6
|
+
PROJECT_VERSION = "4.8.1"
|
|
7
7
|
PROJECT_TITLE = f"{PROJECT_NAME} v{PROJECT_VERSION}"
|
|
8
8
|
PROJECT_URL = "https://github.com/op200/EasyRip"
|
|
9
9
|
PROJECT_RELEASE_API = "https://api.github.com/repos/op200/EasyRip/releases/latest"
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
easyrip/__init__.py,sha256=PIvSPDgswsIkWL4dsCe87knnxKmtvcrWYzmqAwZix_M,765
|
|
2
2
|
easyrip/__main__.py,sha256=5t5NjuTSFW6jDp_HH4rTX8EOlf-GJI5HuTSwwndkw_I,4557
|
|
3
|
-
easyrip/easyrip_command.py,sha256=
|
|
3
|
+
easyrip/easyrip_command.py,sha256=X9_8t9Sxl1-gILpsQ5PueCwozTQgjgL2cImzOZ6pO7w,27837
|
|
4
4
|
easyrip/easyrip_log.py,sha256=i5r3OPGQ55c3_zCN0fmriPXiWxibq-w35FbNT7VfuuM,15610
|
|
5
5
|
easyrip/easyrip_main.py,sha256=rP67eBcIBMVX8kXHQMWUhQsy-aXsnon4TbOzshx00nw,44691
|
|
6
6
|
easyrip/easyrip_prompt.py,sha256=A5S7ybeJSGFkCmwdJ9TCQ_-lde7NWgkbFytZ2KnvkWI,2145
|
|
7
|
-
easyrip/global_val.py,sha256=
|
|
7
|
+
easyrip/global_val.py,sha256=zKSrQg0Sata9X6CcHpcGK5dhAhuYCPXpIn2yYBrXGAU,773
|
|
8
8
|
easyrip/utils.py,sha256=N1rMF1MyoC-YFBgy10_u29cFoowfhR-5Viea93O7wQ4,8750
|
|
9
9
|
easyrip/easyrip_config/config.py,sha256=aj6Vg1rJkvICSTZ0ZONznR_MkvVr5u5ngkX_zfZopvU,9859
|
|
10
10
|
easyrip/easyrip_config/config_key.py,sha256=_jjdKOunskUoG7UUWOz3QZK-s4LF_x6hmM9MKttyS2Q,766
|
|
@@ -23,9 +23,9 @@ easyrip/ripper/sub_and_font/__init__.py,sha256=cBT7mxL7RRFaJXFPXuZ7RT-YK6FbnanaU
|
|
|
23
23
|
easyrip/ripper/sub_and_font/ass.py,sha256=eGi1eIDWAV1Ti_BYIAcAMwrAlXJ5f_zGYte3nNu4PeE,25532
|
|
24
24
|
easyrip/ripper/sub_and_font/font.py,sha256=DBtTi32deXES1ylZiZ0qzcv9zvRQRIYBAH9Zbwij3G0,8086
|
|
25
25
|
easyrip/ripper/sub_and_font/subset.py,sha256=VsFYTFuVWXW9ltkqWZIiwOIh-nGDKmW1tUv3oi5kpWw,17815
|
|
26
|
-
easyrip-4.8.
|
|
27
|
-
easyrip-4.8.
|
|
28
|
-
easyrip-4.8.
|
|
29
|
-
easyrip-4.8.
|
|
30
|
-
easyrip-4.8.
|
|
31
|
-
easyrip-4.8.
|
|
26
|
+
easyrip-4.8.1.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
|
27
|
+
easyrip-4.8.1.dist-info/METADATA,sha256=dh80xbE407kcu4GVmpWgs6JAqXVLgJDNSA_NyC48BGE,3506
|
|
28
|
+
easyrip-4.8.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
29
|
+
easyrip-4.8.1.dist-info/entry_points.txt,sha256=D6GBMMTzZ-apgX76KyZ6jxMmIFqGYwU9neeLLni_qKI,49
|
|
30
|
+
easyrip-4.8.1.dist-info/top_level.txt,sha256=kuEteBXm-Gf90jRQgH3-fTo-Z-Q6czSuUEqY158H4Ww,8
|
|
31
|
+
easyrip-4.8.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|