Commit Graph

20 Commits (69de7f3e1bb1d8a0d8aef08b279f829b5168190d)

Author SHA1 Message Date
Arjix 69de7f3e1b
Update animepahe.py 2021-08-20 18:58:34 +03:00
Arjix 6a746ea738
added sort sources and fixed metadata 2021-05-16 20:28:49 +03:00
Arjix 4710e0fddf
optimized animepahe
I completely changed the way the episodes are scraped.
But as a downside only the kwik server is used.
2021-05-16 20:14:34 +03:00
nate-moo fd7599e862 autopep8 2021-05-16 01:01:30 -04:00
nate-moo f3aae408ca Kwik Fixes 2021-05-16 01:00:12 -04:00
AbdullahM0hamed 44f781b243
fix animepahe (#400) 2020-06-08 14:23:00 +00:00
AbdullahM0hamed 783bd4144a
Fix animepahe and kwik (#389)
* Fix animepahe and kwik

* Update kwik.py
2020-06-01 07:49:01 +00:00
Gomile 3d08c7a095
Minor Fix for Animepahe Search Results (#348)
* Minor fix for search results in animepahe
2020-04-19 09:18:42 +00:00
Gomile 7f8162ec50
Fixes Incorrect Title Handling for AnimePahe (#345) 2020-04-16 08:49:23 +00:00
Gomile eebcf7a38b
Fixes AnimePahe and Kwik (#316)
* Rely on AnimePahe for episode naming

* Remove use of enumerate

* Add useful debug info for mp4upload

* Fix minor regex mishap for mp4upload

* Better title naming for mp4upload

* Minor tweaks complete

* MP4Upload regex minor improvement

* Make collection of sources look better

* Revert back to using enumerate for episode numbering

* Added utility function to parse episode range

* Replace episode range collecting with utility function to parse episode range

* Add grammar option to cli.py

* Make grammar more consistent

* Implement grammar parser and add as util function

* Added search to gogoanime

* Enable getting episode sources for Gogoanime

* Minor refactor for grammar parser

* Use new episode parser by default and add gogoanime to provider choices

* Fix minor oversight to identify None type passed to episode parser

* Remove explicit checks for None type in episode string parsers

* Enable retries for request session

* Make cfscrape capable of retrying

* Make provider list more readable in cli.py

* Handle failure to find stream URL better in MP4Upload extractor

* Revert changes to match master

* Update gogoanime domain

* Fix failure to skip already downloaded files

* Fix potential bug

* Enable ranged download to resume stopped download

* Avoid constantly opening and closing file in downloader

* Make init the same as main forks

* Changed files to match main

* Add new line

* Modify init

* Added animefreak

* Add useful comment for animefreak

* Added animefreak to README.md

* Use json method in helpers.get

* Update title test for animefreak

* Prioritise mp4upload as source and fix mp4upload source url

* Better title handling and more explicit errors

* More informative mp4upload exception

* Adds changes for new animepahe API usage and fixes title handling

* Fixes kwik

* Minor fix for kwik
2020-04-15 00:04:47 +05:30
Vishnunarayan K I 1a29d1e1d3 chore: make animepahe use helpers.get 2019-10-09 22:43:23 +05:30
Vishnunarayan K I 44b1bec43e fix: check properly 2019-07-12 19:20:40 +05:30
Vishnunarayan K I d11e89591a chore: logging replaced with logger, style 2019-07-12 19:19:30 +05:30
Vishnunarayan K I a583aa0363 rewrite: site handling rewrite 2019-07-12 19:16:55 +05:30
29ayush 896168e941 Added Kwik source to animepahe (#127)
* Added Kwik source to animepahe

* Updated Comment

* Added referer to aria2c
2019-02-11 18:33:32 +05:30
Gomile 7e956a6f0c Made sessions retriable and some minor changes (#102) 2018-12-25 20:37:03 +05:30
Gomile b7f38739f1 Multi fixes, some reversions and new functionality (#96)
Made Gogoanime functional, added a new way to collect episodes. Had to revert back to old code for animepahe and overall minor tweaks here and there.
2018-10-20 14:07:42 +05:30
Gomile 0049ea6b20 Fixes MP4Upload issues and minor improvements (#72)
Some minor improvements and fixes have been made. The MP4Upload extractor is guaranteed to return the correct url unless changes happen to the mp4upload site. An SSL error can occur when an attempt is made to download from the url in the HTTPDownloader class though I believe that is an issue involving said class as this extractor is correctly getting the url for now. 

For now I've mostly noticed the SSL error problem when trying to download through masterani as the urls that are extracted from it seem to require that. Though works just fine with animepahe. To test you can just run this command in python to see correct link resolving `MP4Upload('https://mp4upload.com/embed-dz2jeya02ace.html').stream_url` which is for an embed link from masterani.
2018-08-31 13:47:03 +05:30
ngomile dd102e5710 fixing a minor typo in animepahe 2018-08-20 19:20:41 +02:00
ngomile 2e7833da09 added animepahe
created mp4upload extractor but not implemented
2018-08-19 22:03:07 +02:00