Git Product home page Git Product logo

nineanime-grabber's Introduction

9anime Stream Grabber

A fast and simple CLI that grabs stream links from 9anime

Installation

  • Clone project
git clone https://github.com/xcscxr/nineanime-grabber.git
cd nineanime-grabber
  • Install dependencies
pip install -r requirements.txt
  • Running project
python3 main.py

Features

  • Supported video servers:
    • Vidstream
    • MyCloud
    • VideoVard
    • Streamtape
    • Mp4upload
  • Anime search
  • Episode selection

Demo

nineanime-grabber's People

Contributors

xcscxr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nineanime-grabber's Issues

Does this still work?

I tried it out, I get "Something went wrong." no matter what anime I enter. Or maybe I'm just doing something wrong. Feedback is appreciated.

Connection

E:\Temp\nineanime-grabber-main\nineanime-grabber-main>python main.py
? Enter a query or a URL: Tsubasa Chronicle
Traceback (most recent call last):
  File "C:\Python310\lib\site-packages\urllib3\connectionpool.py", line 703, in urlopen
    httplib_response = self._make_request(
  File "C:\Python310\lib\site-packages\urllib3\connectionpool.py", line 386, in _make_request
    self._validate_conn(conn)
  File "C:\Python310\lib\site-packages\urllib3\connectionpool.py", line 1040, in _validate_conn
    conn.connect()
  File "C:\Python310\lib\site-packages\urllib3\connection.py", line 416, in connect
    self.sock = ssl_wrap_socket(
  File "C:\Python310\lib\site-packages\urllib3\util\ssl_.py", line 449, in ssl_wrap_socket
    ssl_sock = _ssl_wrap_socket_impl(
  File "C:\Python310\lib\site-packages\urllib3\util\ssl_.py", line 493, in _ssl_wrap_socket_impl
    return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
  File "C:\Python310\lib\ssl.py", line 512, in wrap_socket
    return self.sslsocket_class._create(
  File "C:\Python310\lib\ssl.py", line 1070, in _create
    self.do_handshake()
  File "C:\Python310\lib\ssl.py", line 1341, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:997)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Python310\lib\site-packages\requests\adapters.py", line 440, in send
    resp = conn.urlopen(
  File "C:\Python310\lib\site-packages\urllib3\connectionpool.py", line 785, in urlopen
    retries = retries.increment(
  File "C:\Python310\lib\site-packages\urllib3\util\retry.py", line 592, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='9anime.to', port=443): Max retries exceeded with url: /ajax/anime/search?vrf=uAqdiypGX5jKpxWiJ7Xgw8KYZogCaod0&keyword=Tsubasa+Chronicle (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:997)')))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "E:\Temp\nineanime-grabber-main\nineanime-grabber-main\main.py", line 143, in <module>
    run()
  File "E:\Temp\nineanime-grabber-main\nineanime-grabber-main\main.py", line 140, in run
    finder(query)
  File "E:\Temp\nineanime-grabber-main\nineanime-grabber-main\main.py", line 34, in finder
    data = search(query, **kwargs)
  File "E:\Temp\nineanime-grabber-main\nineanime-grabber-main\parsers\search_parser.py", line 66, in search
    res = client.get(url, params=params, headers=h)
  File "C:\Python310\lib\site-packages\requests\sessions.py", line 542, in get
    return self.request('GET', url, **kwargs)
  File "C:\Python310\lib\site-packages\requests\sessions.py", line 529, in request
    resp = self.send(prep, **send_kwargs)
  File "C:\Python310\lib\site-packages\requests\sessions.py", line 645, in send
    r = adapter.send(request, **kwargs)
  File "C:\Python310\lib\site-packages\requests\adapters.py", line 517, in send
    raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='9anime.to', port=443): Max retries exceeded with url: /ajax/anime/search?vrf=uAqdiypGX5jKpxWiJ7Xgw8KYZogCaod0&keyword=Tsubasa+Chronicle (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:997)')))

[REQ] Automated download for individual episodes or complete seasons

Would you be willing to add a download prompt allowing a user to download an episode or complete season instead of manually visiting each stream link?

For example:

  • Enter URL or query
  • Select the item you want
  • Chose the service
  • Chose the episode or for a full season you could type "all'
  • Download prompt "Would you like to download these Episode(s) y | n"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.