Skip to content

Commit d0a28bf

Browse files
authored
Merge branch 'viu-media:master' into feat/iina-player-integration
2 parents d399495 + f63c766 commit d0a28bf

5 files changed

Lines changed: 91 additions & 4 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,23 @@
3232

3333
</details>
3434

35+
<details>
36+
<summary>RICED</summary>
37+
38+
*main menu*
39+
40+
<img width="1895" height="1007" alt="image" src="https://github.com/user-attachments/assets/e6d8883f-0267-4783-9688-983dea524e78" />
41+
42+
*anime preview menu*
43+
44+
<img width="1895" height="1007" alt="image" src="https://github.com/user-attachments/assets/3b887bcc-a601-4c04-b477-8328f50c227d" />
45+
46+
*episode menu*
47+
48+
<img width="1895" height="1007" alt="image" src="https://github.com/user-attachments/assets/f6284c55-a1a9-4720-83a0-efca0a767c85" />
49+
50+
</details>
51+
3552
> [!IMPORTANT]
3653
> This project scrapes public-facing websites for its streaming / downloading capabilities and primarily acts as an anilist, jikan and many other media apis tui client. The developer(s) of this application have no affiliation with these content providers. This application hosts zero content and is intended for educational and personal use only. Use at your own risk.
3754
>

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ dev = [
5252
"pytest>=8.3.3",
5353
"pytest-httpx>=0.35.0",
5454
"ruff>=0.6.9",
55+
"types-lxml>=2026.2.16",
5556
]
5657

5758
[tool.pytest.ini_options]

uv.lock

Lines changed: 69 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

viu_media/cli/cli.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ def cli(ctx: click.Context, **options: "Unpack[Options]"):
138138

139139
if Confirm.ask(f"""\
140140
[green]How are you, {USER_NAME} 🙂?
141-
If you enjoy the project and would like to support it, you can buy me a coffee at {SUPPORT_PROJECT_URL}.
142-
Would you like to open the support page? Select yes to continue — otherwise, enjoy your terminal-anime browsing experience 😁.[/]
143-
You can disable this message by turning off the welcome_screen option in the config. It only appears once a month.
141+
If you enjoy the project and would like to support it, you can give it a star at {SUPPORT_PROJECT_URL}.
142+
Would you like to open the project page? Select yes to continue — otherwise, enjoy your terminal-anime browsing experience 😁.[/]
143+
You can disable this message by turning off the welcome_screen option in the config, if you don't disable it, the cli will show it again the next month.
144144
"""):
145145
from webbrowser import open
146146

viu_media/core/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@
8686
USER_CONFIG = APP_DATA_DIR / "config.toml"
8787

8888
LOG_FILE = LOG_FOLDER / "app.log"
89-
SUPPORT_PROJECT_URL = "https://buymeacoffee.com/benexl"
89+
SUPPORT_PROJECT_URL = "https://github.com/viu-media/viu"

0 commit comments

Comments
 (0)