anipy-cli 2.7.7__py3-none-any.whl → 2.7.8__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.

Potentially problematic release.


This version of anipy-cli might be problematic. Click here for more details.

@@ -5,7 +5,6 @@ from anipy_cli.config import Config
5
5
  class Vlc(SubProcessPlayerBase):
6
6
  def __init__(self, rpc_client=None):
7
7
  player_args_template = [
8
- "vlc",
9
8
  "--http-referrer='{embed_url}'",
10
9
  "--meta-title='{media_title}'",
11
10
  "{stream_url}",
@@ -13,5 +12,7 @@ class Vlc(SubProcessPlayerBase):
13
12
  ]
14
13
 
15
14
  super().__init__(
16
- rpc_client=rpc_client, player_args_template=player_args_template
15
+ rpc_client=rpc_client,
16
+ player_args_template=player_args_template,
17
+ player_exec="vlc",
17
18
  )
anipy_cli/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "2.7.7"
1
+ __version__ = "2.7.8"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: anipy-cli
3
- Version: 2.7.7
3
+ Version: 2.7.8
4
4
  Summary: Little tool in python to watch anime from the terminal (the better way to watch anime)
5
5
  Home-page: https://github.com/sdaqo/anipy-cli
6
6
  Author: sdaqo
@@ -10,7 +10,7 @@ anipy_cli/query.py,sha256=2QQZSDuQWlPxHBbTdawe295_j0Mqtl0aS-qHfbOsMmw,3030
10
10
  anipy_cli/run_anipy_cli.py,sha256=1IknhTjef5MOssNldroIqq1nR45KfaR2uY1Lde6fWl4,222
11
11
  anipy_cli/seasonal.py,sha256=md_8qkIUjCAffXLQYC2r9PS56IqbckQX9waCxeV3uVg,2905
12
12
  anipy_cli/url_handler.py,sha256=MhZ9e36k05lv3LWEZoxPccrguj8pvmNDh9QHzIoIH8s,12958
13
- anipy_cli/version.py,sha256=BstYW0haMt-goLq3EVcbRg5TXefKX8m8z0lydYJ7KnQ,22
13
+ anipy_cli/version.py,sha256=mR2b-4HRoh6LXNm4djBaMS7QTj4ABCzJ36BRjVHKPQU,22
14
14
  anipy_cli/cli/__init__.py,sha256=8CoRWWXOok498eMRjWQ3hxa5VtdpEwbiP-Pxuv8dSQI,38
15
15
  anipy_cli/cli/cli.py,sha256=_inXf9Wkn72wGt3lyc1uZ_3tB1IfwSsQQ0mVHX1pzAM,975
16
16
  anipy_cli/cli/util.py,sha256=YPveJhXX65-LIO9y3Lh7CXM0ABJSwbtTN6tHF7MmiNY,3908
@@ -34,10 +34,10 @@ anipy_cli/player/players/base.py,sha256=jw0USotQu8tThQUAW6aMGwTzz8dctMW26-kktUl2
34
34
  anipy_cli/player/players/mpv.py,sha256=HyzcDvWStUX8MuugdnAiFV8zMRbAgoPry-vk6v4MqgM,614
35
35
  anipy_cli/player/players/mpv_contrl.py,sha256=KOlntvOFqVtPWu5GA_8i3uegBvf_jKw1zbH3KxutAZg,907
36
36
  anipy_cli/player/players/syncplay.py,sha256=An5vIDtMhGqscpNuEW5RPUlQdP3Ok7tWd179WgTiLMs,599
37
- anipy_cli/player/players/vlc.py,sha256=SbTnCT12LJFhGRN4I3gICWK8sE8K4fPrIfhkM_0Y2lY,515
38
- anipy_cli-2.7.7.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
39
- anipy_cli-2.7.7.dist-info/METADATA,sha256=BjmXbD25PvToP8q_sFEIrwNmn6IBStTrsmuW0QCZCqI,6654
40
- anipy_cli-2.7.7.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
41
- anipy_cli-2.7.7.dist-info/entry_points.txt,sha256=WBLF69tulX86690ET947odYU32Ketdm3pxnYkQa83IM,59
42
- anipy_cli-2.7.7.dist-info/top_level.txt,sha256=C40LSHw7Rvit25UkpsAU7ITLSOX6zqTcHWxtOpHem_M,10
43
- anipy_cli-2.7.7.dist-info/RECORD,,
37
+ anipy_cli/player/players/vlc.py,sha256=DfiZkIe_-6OHA0GJdXNANABm5qt2kj9rjj8Dwh6nzxE,542
38
+ anipy_cli-2.7.8.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
39
+ anipy_cli-2.7.8.dist-info/METADATA,sha256=t1oWNektrmBNU05kkW-qB9jirWZjAdMKITyQa5EQ200,6654
40
+ anipy_cli-2.7.8.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
41
+ anipy_cli-2.7.8.dist-info/entry_points.txt,sha256=WBLF69tulX86690ET947odYU32Ketdm3pxnYkQa83IM,59
42
+ anipy_cli-2.7.8.dist-info/top_level.txt,sha256=C40LSHw7Rvit25UkpsAU7ITLSOX6zqTcHWxtOpHem_M,10
43
+ anipy_cli-2.7.8.dist-info/RECORD,,