Commit Graph

58 Commits (master)

Author SHA1 Message Date
Luis Amorim 256f082ce0 Error Exit not defined 2021-10-15 15:24:38 -03:00
Xonshiz f17350d835 Follow up fix for #111
Follow up fix for #111
2020-01-05 23:05:33 -05:00
_iEpic 7be1991f48 Fixed Issue #109
- Removed ".decode" on line 209 in file crunchyroll.py
- Added " b' " on line 98 in file browser_instance.py
2020-01-01 22:24:15 -05:00
_iEpic ff28568052 Added new resolution (480x360)
- Added new resolution (480x360)
- Working on making a dynamic resolution finder.
2019-11-15 18:51:04 -05:00
_iEpic 7d414868d4 Adjustment to Ouput Argument
- Made the file move to the default anime folder if the output folder does not exists.
2019-11-15 15:10:17 -05:00
_iEpic f8da083649 Added Output Feature
- Added "-o, --output" feature as I've seen requested.
- This argument does not check if the filepath exists so if it does not exist, the file does not move!
2019-11-14 21:42:48 -05:00
_iEpic a4392bae63 Update crunchyroll.py
- Fixed the "UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019'" error when trying to download an entire show.
2019-11-14 20:27:40 -05:00
_iEpic d473e8924e Update crunchyroll.py
- Fixed issue with unable to download a 640x480 video such as Gintama.
2019-11-13 21:43:03 -05:00
eliforp b6c1e36efd
Issue #104
Corrected issue 104.
2019-11-02 21:45:46 -04:00
eliforp eb63215eff
Muxing Issue #103
Corrected muxing issue
2019-11-02 21:44:13 -04:00
Xonshiz 77fa272842 Cookie Issue fixed.
- Fixed cookie issue that prevented downloading of HD and FHD streams [2019.05.27
2019-05-27 16:51:51 +05:30
Xonshiz d3e4eca64c Fixed #99
Fixes #99
2019-05-26 21:47:06 +05:30
Xonshiz 1c11606ee7 Fixed #100
Fixes #100
2019-05-26 20:49:38 +05:30
Xonshiz 141bf0791e Spec updated to include cfscrape 2019-05-26 17:08:00 +05:30
Xonshiz 24d1a38224 Re-structured code and Fixed Login Issue
Re-structured code and Fixed Login Issue.
2019-05-16 17:25:50 +05:30
Dhruv Kanojia (Xonshiz) af9d09a2f1
Merge pull request #88 from Nicnl/master
Fix for crunchyroll (single episode only, entire show not tested)
2019-03-12 07:56:56 +05:30
Nicnl 63d3c74bfd
Update crunchyroll.py
Fixed crunchyroll download for single episode
2019-03-11 18:46:47 +01:00
Uilton Oliveira 3d4362a015 Fix for crunchyroll issue #77 - Could not extract the language from the URL 2019-02-11 00:57:54 -02:00
Xonshiz 3c13f2575a Pyinstaler location updated.
Pyinstaler location updated.
2019-01-27 11:26:00 +05:30
Dhruv Kanojia (Xonshiz) 5b68472ddd
Merge pull request #76 from Nicnl/master
Fix for cunchyroll, python 2.7 compatible
2019-01-27 11:23:30 +05:30
Dhruv Kanojia (Xonshiz) a3bbd6ebe4
Merge pull request #68 from leptoid/master
Modify animeName.py to solve Issue #67
2019-01-27 11:18:57 +05:30
Lim Nicolas df65566e2f Fix for python 2.7 2019-01-26 16:29:11 +01:00
Lim Nicolas 632a6a13ee Crunchyroll fix #74 2019-01-22 21:20:13 +01:00
eliforp 9ce2d26760
Update animeName.py to solve Issue #67
This is a modification to solve Feature Request / Issue #67
Added .zfill(2) to episodenumber variable.

This change affixes a "0" before any single digit integer to solve a problem with Plex detecting episodes and playlists incorrectly ordering episodes with an integer [1-99].
2018-10-12 21:24:25 -04:00
Xonshiz 3da0707cdb temp fix for login
Temporary fix for login.
To Do:
Still need to check properly and return the actual value. For now, this is a temporary fix that'll let the users log in and get the stuff they need.
2018-10-11 02:48:41 +05:30
Xonshiz 3ac9bbc8d6 comments removed
comments removed
2018-04-29 22:05:30 +05:30
Xonshiz e2d37d683b Fix for #45
Fixes #45
2018-04-29 20:34:19 +05:30
Xonshiz f34c72ce0d Fix for #46
Fixes #46
2018-04-29 20:30:06 +05:30
Abu3safeer 53d8d3523a
Fixed values of --language
Fixed the wrong values of --language attribute.
2018-04-27 09:12:20 +03:00
Xonshiz 5574d06b23 CF Fixed 2018-04-27 09:37:46 +05:30
eliforp bd0c4aaf71
Update __init__.py 2018-04-25 16:17:05 -05:00
Abu3safeer 64a0a2d5b7
add support for --language
P.S: I am not python developer, but I tried my best to not ruit the code.
video players now could recognize the language, it should select the right language according to user preferences.
2018-04-18 22:11:04 +03:00
Xonshiz 84ff5c2ebf Fix for #39
Fixes #39
2018-01-27 10:22:45 +05:30
Xonshiz fcb44c3052 Fix For #31
Fixes #31
2018-01-21 21:49:30 +05:30
Xonshiz a8623f8516 Fix for #18
Fixes for #18
2018-01-02 21:45:27 +05:30
Xonshiz 8f50ddd5f7 Fix for #26
Fix for #26
2017-12-27 13:13:25 +05:30
Xonshiz 1599a1aca0 Fix for #26
Fix for #26
2017-12-27 13:00:59 +05:30
Xonshiz 7ee5b3afc6 Fix for #17
Fix for #17
2017-12-27 12:49:25 +05:30
Dhruv Kanojia 4d6a132c92 Fix for #21 and #22
Read the Changelog for more information...
2017-10-04 07:03:43 +05:30
Dhruv Kanojia 02d6f92d82 version updated 2017-07-24 21:50:04 +05:30
Dhruv Kanojia dc35950657 Changed mkvmerge.exe to mkvmerge to support Non-Windows Operating Systems 2017-07-24 21:42:11 +05:30
Dhruv Kanojia 91e78a51e6 Episode Range and Font inclusion support
Check the changelog for more information.
2017-07-09 19:26:27 +05:30
Dhruv Kanojia 637664c089 Fix for special characters and #15
Fix for special characters and #15
2017-07-05 11:02:41 +05:30
Dhruv Kanojia 0285c4fac8 Muxing All The Subs
Check the changelog for more information
2017-07-03 19:32:09 +05:30
Xonshiz e35eae8e56 Grammar fix and exemaker script 2017-05-30 22:25:03 +05:30
Xonshiz e01cae7bd4 Fix for #12 and code optimization
Read the changelog for more information.
2017-05-30 22:06:53 +05:30
Xonshiz b31f218532 Fix for #11
Fix for #11
2017-04-21 16:58:07 +05:30
Xonshiz 06336176ae Verbose and #9
Fix for #9 and added Verbose Logging.
2017-04-17 20:00:50 +05:30
Xonshiz 3afdd718ee New Feature + Fixes
Fix for #6 and #3
Read the
[Changelog](https://github.com/Xonshiz/anime-dl/blob/master/Changelog.md)
for more information and check the
[README](https://github.com/Xonshiz/anime-dl#windows-binary) to know how
to use this.
2017-04-13 09:24:07 +05:30
Xonshiz 8833c99069 Support for whole show downloading
Check the
[Changelog](https://github.com/Xonshiz/anime-dl/blob/master/Changelog.md)
for more information and check the updated
[Readme](https://github.com/Xonshiz/anime-dl/blob/master/ReadMe.md) for
a detailed guide.
2017-03-27 20:19:03 +05:30