Commit Graph

87 Commits (49edc55b1cec1f01e80cc4f80ba1e12d9f97c988)

Author SHA1 Message Date
Zero bb6815f872 Update user-agents 2021-05-23 16:50:55 -04:00
Red a6fa94b677
Merge pull request #667 from ArjixGamer/uget
added uget
2021-05-16 02:59:28 +01:00
Red 52b9f724d7
Merge pull request #580 from czoins/test
Improve test command functionality
2021-05-16 02:56:15 +01:00
Arjix cbac6bc593
fix linux 2021-05-08 23:33:02 +03:00
Arjix 8fa2bf2d48
added uget 2021-05-03 18:41:16 +03:00
Arjix b1413fb585
Update util.py 2021-04-04 16:20:42 +03:00
Arjix 35f982f3f2
fixed variable name mistake for ep range 2021-04-04 16:16:04 +03:00
AbdullahM0hamed 872fb8d90e Fix -e 0 throwing IndexError 2021-02-11 19:48:08 +00:00
AbdullahM0hamed 0efae72b23 autopep8 2021-02-08 22:11:58 +00:00
nate-moo c845937425
removing nested if 2021-02-08 17:08:57 -05:00
nate-moo c8390161ae
fixing issue with 100-199 episode anime not waiting 2021-02-08 17:06:37 -05:00
nate-moo 5b5e0c1e7e
negated condition to remove unnecessary code 2021-02-08 16:48:38 -05:00
nate-moo e2a9742d40
logic to detect single episode shows/movies 2021-02-08 16:11:27 -05:00
nate-moo 79852877e9
Added support for android intents 2021-02-05 22:39:50 -05:00
Blatzar 442b508997
fixed twist --play
fuck .format()
all my homies use f-strings
2021-01-17 14:28:25 +01:00
AbdullahM0hamed 649201c784 fix one missing ep if -e is not used 2020-11-27 17:59:29 +00:00
czoins 2a77e6934d Improve test command functionality 2020-11-25 21:01:30 +01:00
AbdullahM0hamed 117d4dab08 fix split_anime for gui 2020-11-20 17:40:26 +00:00
AbdullahM0hamed a3d4fd9ea2
Animefreak: Set Episode Number manually when possible (#560)
* Set ep_no manually in animefreak

* Remove logging

* Update comment

* Update another comment

* Remove logging that evaded my remove logging commit

* Animefreak: set ep_no in scrape_episodes

* Util.py: Factor ep_no when figuring which episodes to get

* Correct spelling of comments

* Correct spelling of comments II

* cast grammar as int

* Remove string cast

* Cast ep_no as int

* Remove print
2020-11-16 13:58:50 +00:00
AbdullahM0hamed 7e9c30c4ad
Add Subsplease (#556)
* Add subsplease

* remove logging

* autopep8

* Add subsplease to readme

* Util.py: handle magnets if they are provided by AnimeEpisode

* fix bug in the making

* fix bug in the making II

* close bracket

* remove https://

Co-authored-by: Iggy <44432163+IguanasInPyjamas@users.noreply.github.com>
2020-10-31 12:08:23 +00:00
Arjix 3aea048464
added wget as an external download manager (#460)
* added wget

* unquote user agent, and create download path for wget

* autopep8

* remove unnecessary logging

Co-authored-by: AbdullahM0hamed <25087116+AbdullahM0hamed@users.noreply.github.com>
2020-10-19 13:54:09 +01:00
AbdullahM0hamed eadf54e531
Unencode urls for printing (#553)
* Unencode urls for printing

* get magnet links as provided by provider
2020-10-12 18:51:29 +01:00
Arjix d950dd6567
Changed the log level of aria2 (#481)
* Changed the log level of aria2

made aria2 more quiet so it only prints out the download progress and any error, so no useless bloat on your terminal

Co-authored-by: Blatzar <46196380+Blatzar@users.noreply.github.com>
2020-10-10 17:00:59 +02:00
Blatzar bb7613dc93
Better filename slugify 2020-10-09 19:23:40 +02:00
AbdullahM0hamed 0b23eb2a23
Remove unnecessary download_episodes function (#525) 2020-09-30 19:25:51 +00:00
Blatzar 2912500721
Update util.py 2020-09-26 20:16:56 +02:00
Blatzar f13f13bc36
Pep fixed the whole codebase (#512)
* PEP-fix

* Delete a2zanime.py

* Delete dreamanime.py
2020-09-20 13:08:12 +02:00
AbdullahM0hamed ebd883f734
remove redundant statements (#522) 2020-09-19 22:22:19 +01:00
AbdullahM0hamed 0d1f4e65e9
Unquote user-agent for aria2c (#510)
* Unquote user-agent for aria2c
2020-09-13 14:11:39 +00:00
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
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 801f91b582
util metadata 2020-08-20 13:47:56 +00: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
nate-moo 692c806940
Adds speed limit flag (#455)
Co-authored-by: Blatzar <46196380+Blatzar@users.noreply.github.com>
2020-07-28 19:17:33 +05:30
Arjix a5a549bb96
Update util.py 2020-07-23 21:29:02 +03:00
Blatzar 758b390083
removed bad import which caused breakages
Will break kwik, but that's already broken :)
2020-06-30 00:11:54 +00:00
Vishnunarayan K I b17915ef3f
Revert "Make header position configurable" (#408)
This reverts commit 2911432168.
2020-06-14 14:59:19 +05:30
AbdullahM0hamed 0da2c2d9be
Moved hcaptcha and cookie stuff to utils (#402) 2020-06-14 14:45:49 +05:30
AbdullahM0hamed 2911432168
Make header position configurable (#393) 2020-06-14 14:45:04 +05:30
Blatzar 75634f2145
nyaa.si site added (#352)
Works, but can be improved
2020-05-02 17:04:41 +00:00
Aaron Chazz Gonzales 6410d53f75
Scrape AnimeFillerList and skip filler episodes (#350)
* Scrape AnimeFillerList and skip filler episodes

* added filler select

* Update dl.py

Co-authored-by: Blatzar <46196380+Blatzar@users.noreply.github.com>
2020-04-27 16:45:45 +00:00
Vishnunarayan K I 0c97817d00 fix: add a deobfuscate packed js function 2020-03-18 16:57:39 +05:30
Vishnunarayan K I 849e62d5c4 fix: fixed twist 2020-03-18 16:17:42 +05:30
Igor Soares 82a762ec02 Fix on anime dl --url flag writing only anime url when provided… (#250) 2019-10-23 13:46:04 +05:30
Prayag Jain b9a0ced659 feat: choice option 2019-10-18 13:42:57 +05:30
Vishnunarayan K I c7e0b1a4b6
Merge branch 'master' into rewrite 2019-07-12 20:53:25 +05:30
Vishnunarayan K I af5c366ba8 fix: fix twistmoe 2019-07-12 19:20:40 +05:30
Vishnunarayan K I 8bdaaed839 external downloader rewrite 2019-07-12 19:19:30 +05:30
Vishnunarayan K I 7ccafcab94 chore(logging): add logging for requests 2019-07-12 19:19:30 +05:30