Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deodorqnt387/aniwatch-tr
Terminalden Türkçe anime izleme, indirme
https://github.com/deodorqnt387/aniwatch-tr
ani-cli anime anime-downloader aniwatch-tr beatufilsoup beautifulsoup cli download linux python scraper watch webscraping windows yt-dlp
Last synced: 7 days ago
JSON representation
Terminalden Türkçe anime izleme, indirme
- Host: GitHub
- URL: https://github.com/deodorqnt387/aniwatch-tr
- Owner: DeoDorqnt387
- License: gpl-3.0
- Created: 2024-09-07T20:31:35.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T19:30:59.000Z (23 days ago)
- Last Synced: 2024-11-08T07:04:58.094Z (7 days ago)
- Topics: ani-cli, anime, anime-downloader, aniwatch-tr, beatufilsoup, beautifulsoup, cli, download, linux, python, scraper, watch, webscraping, windows, yt-dlp
- Language: Python
- Homepage:
- Size: 210 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AniWatch-tr
TÜRKÇE | ENGLISH
Terminalden Türkçe anime izleme, indirme.[![Video Thumbnail](https://github.com/user-attachments/assets/311a0f45-91f9-44dc-827a-47a623876d86)](https://github.com/user-attachments/assets/311a0f45-91f9-44dc-827a-47a623876d86)
Ön GereksinimBilgisayarınızda [**mpv**](https://github.com/mpv-player/mpv) programının kurulu olduğundan emin olun. Eğer kurulu değilse, aşağıdaki adımları izleyerek kurabilirsiniz:
**Arch/Arch-Based:**
```bash
sudo pacman -S mpv yt-dlp
```
**Ubuntu/Debian**
```bash
sudo apt-get install mpv yt-dlp
```
**Fedora**
```bash
sudo dnf install mpv yt-dlp
```
**OpenSUSE**
```bash
sudo zypper install mpv yt-dlp
```
**Windows**
[Scoop ile kurulum](https://adamtheautomator.com/scoop-windows/):
```bash
scoop install mpv
```
**Windows Manual Kurulum**:[MPV](https://github.com/shinchiro/mpv-winbuild-cmake/releases) Uygulamasını Path'e ekleyin.
Kurulum**PIP**
```bash
pip install aniwatch-tr #v0.3.8
```**Manual Kurulum**
```bash
cd ~ && git clone https://github.com/DeoDorqnt387/aniwatch-tr.git && bash aniwatch-tr/install.sh
```
```bash
sudo cp ~/.aniwatch-tr/aniwatch-tr /usr/local/bin/aniwatch-tr
```
**Kullanım**
```bash
aniwatch-tr
```
```bash
aniwatch-tr -v # Opsyionel VLC Kullanımı
```
```bash
aniwatch-tr -r (480p, 720p, 1080p) # Çözünürlük Seçimi Opsiyonel (Varsayılan En Yüksek Çözünürlük)
```
**Nasıl Kaldırılır?**
```bash
sudo rm /usr/local/bin/aniwatch-tr && sudo rm -rf ~/.aniwatch-tr
```
[Ani-cli](https://github.com/pystardust/ani-cli)'den Esinlenilmiştir.