Commit Graph

566 Commits (80ed758b890cfdd0c96f38d2b59ece2237cecb85)

Author SHA1 Message Date
Arjix 80ed758b89
Added Downloader pySmartDL (#504)
* fixed headers

Co-authored-by: Blatzar <46196380+Blatzar@users.noreply.github.com>
2020-09-13 09:49:11 +02:00
Blatzar bccf81c154
fixed for PEP
Fixing this as I use it as a template
2020-09-11 18:54:50 +00:00
Arjix 1136074179
added a docstring, why? /shrug (#501)
* added a docstring, why? /shrug

* spacing

* Update animechameleon.py

Co-authored-by: Iggy <44432163+IguanasInPyjamas@users.noreply.github.com>
2020-08-30 16:52:52 +01:00
Blatzar c6ca7cca17
Update __version__.py 2020-08-30 12:15:20 +00:00
Blatzar 99a07edcb7
removed dead sites from ezdl config 2020-08-30 12:11:38 +00:00
Blatzar 2cc59a325f
removed said dead sites from readme 2020-08-30 12:08:38 +00:00
Blatzar f7afc7f8f9
Removed dead sites
Removed Yify (domain expired), Dreamanime (no site found) and watchmovie (hcaptcha)
Commented out EraiRaws as their site is under maintenance and was not working before that.

Also ordered the sites by name in alphabetical order.
2020-08-30 12:04:27 +00:00
Vishnunarayan K I a20f9285b6 make get_session a bit more usuable 2020-08-29 23:09:53 +05:30
Blatzar 72f1f08c7e
Allowing for headers to be passed to downloader and fixed 4anime (#494)
* Update _4anime.py

* Update anime.py

* Update base_extractor.py

* Update http_downloader.py

* Update base_downloader.py

* Update util.py
2020-08-27 14:08:11 +02:00
Blatzar a3cf51a1fe
revert javascript sandbox (#497) 2020-08-27 14:02:22 +02:00
Blatzar 8dd5700bb8
Create ezdl.rst 2020-08-26 18:16:40 +00:00
Blatzar be1da8f390
somewhat fixed internal downloader
now it won't 'freeze' like before
2020-08-26 14:33:27 +00:00
Blatzar 7e93f3ddd6
9anime removed
check previous commit for details
2020-08-25 18:04:44 +00:00
Blatzar 1afef7886d
removing 9anime from init
Currently 9anime has a very strict and working banning system. To prevent IP-banning all users the site is removed from init until a ban bypass if found.
2020-08-25 18:04:07 +00:00
Blatzar b8c9917d53
adding -p flag
should've been added long ago
2020-08-25 19:05:19 +02:00
AbdullahM0hamed cd3cf9a546
Add --remove to anime config (#490)
* Add --remove to anime config

* Fix typo
2020-08-25 19:02:07 +02:00
Blatzar 71d6319727
search doesn't seem to work on travis 2020-08-25 16:17:09 +00:00
Blatzar 10523625d1
fixed animesimple test i think 2020-08-25 16:04:57 +00:00
Blatzar fd1df5a3cc
Updated css selectors for animesimple 2020-08-25 18:00:50 +02:00
Arjix 8cb7c3fb13
changed how the episodes list is handled for anime8 (#492)
* changed how the episodes list is handled

* added comments
2020-08-25 13:45:48 +02:00
Blatzar 924c5071ce
added kissanimex 2020-08-23 13:07:54 +02:00
Arjix bca610f578
Added provider KissAnimeX (#474)
* Added KissAnimeX

* Update config

* Update init

Co-authored-by: Blatzar <46196380+Blatzar@users.noreply.github.com>
2020-08-23 13:07:04 +02:00
Blatzar 6a6bf49ede
more consistent vidstream (#485) 2020-08-22 18:43:04 +02:00
Arjix 41a75c61a5
Added provider Anime8 (.ru) (#488)
* Update config.py

* Add streamx.py

* Update init.py

Co-authored-by: Blatzar <46196380+Blatzar@users.noreply.github.com>
2020-08-22 18:41:22 +02:00
Iggy c40d181092
Update README.md 2020-08-21 15:23:45 +01:00
Jordan Cannon 9e254ccd2b
Sandbox execution of JavaScript with vm2 (#463)
* Sandbox execution of JavaScript with vm2

* Encode js to base64

This prevents executing code in the global context by inserting extra
backticks i.e. eval_in_node('`+console.log(process.env)+`').

* Include node_modules/ in python module

* Set NODE_PATH so embedded node_modules is found
2020-08-21 13:13:42 +05:30
Blatzar dc1763a7d6
quickfix for animeonline360
Can probably be improved
2020-08-20 15:22:48 +00:00
Blatzar 4ee908fdca
Update config.py 2020-08-20 13:49:42 +00:00
Blatzar bdd8b3cded
Update animeinfo.py 2020-08-20 13:48:21 +00:00
Blatzar 801f91b582
util metadata 2020-08-20 13:47:56 +00:00
Blatzar 536f58a83b
added ezdl support for download metadata 2020-08-20 13:47:26 +00:00
Blatzar df735cea2c
auto choice in ezdl allowing scripting
oversight by me to not do this earlier. Im thinking of doing skip automatically if fuzzy no in ratio.
2020-08-19 22:40:17 +02:00
Blatzar 2c718cd0cd
choice in animeinfo 2020-08-19 22:38:23 +02:00
nate-moo 36d1607a3b
Kiss anime is dead, remove from init, possibly remove site file aswell (#470)
* Kiss anime is dead, remove from init

* Update README.md

Co-authored-by: Blatzar <46196380+Blatzar@users.noreply.github.com>
2020-08-15 17:59:34 +02:00
Blatzar aae504432f
Update __version__.py 2020-08-10 16:03:08 +02:00
Blatzar a7add6abdd
fix referer error 2020-08-10 16:02:36 +02:00
Blatzar 517d127500
added dbanimes to readme 2020-08-10 14:21:05 +02:00
AbdullahM0hamed 9e127c97bd
Add dbanimes (#426)
* Add dbanimes

* Update sendvid.py

* Create vudeo.py

* Update config.py

* Update __version__.py

Co-authored-by: Blatzar <46196380+Blatzar@users.noreply.github.com>
2020-08-10 14:16:59 +02:00
Blatzar 3abeebe8ae
removed animepahe from readme 2020-08-09 19:59:41 +00:00
Blatzar e3e0570db6
removed animepahe from init
Red guy dropped the provider. Best to disable til we got it working.
2020-08-09 19:59:01 +00:00
Blatzar 9b10c6ca95
reversed episodes
They seem to have reversed the episode order on the site
2020-08-09 18:12:19 +02:00
Blatzar 1d6293a0e0
Update __version__.py 2020-08-08 19:25:16 +02:00
Blatzar f5266b9d33
bugfix when no search results are found 2020-08-08 19:25:00 +02:00
Blatzar 8e099e34e0
Rebased ezdl command with more sites supported (#466)
* added ezdl
* added support for sites
* fixed config
* added metadata provider
Co-authored-by: Arjix <53124886+ArjixGamer@users.noreply.github.com>
2020-08-08 19:17:30 +02:00
Michael Johnson bbbe9db067
BUGFIX - Colours look better for windows users 2020-08-08 17:40:04 +01:00
Michael Johnson 869726ff60
BUGFIX - On-Hold 2020-08-08 17:39:02 +01:00
Michael Johnson 091374d34c
naming convention 2020-08-08 16:53:41 +01:00
Michael Johnson 7763d3e9ec
removed depreciation warning on watch docs 2020-08-06 01:38:15 +01:00
Michael Johnson 69f5722f17
MAL importing into watch (#465)
* Update watch.py

* Update README.md

Co-authored-by: Blatzar <46196380+Blatzar@users.noreply.github.com>
2020-08-06 00:58:19 +02:00
Blatzar 0dab540eac
Update __version__.py 2020-08-04 15:49:50 +00:00