48 Commits

Author SHA1 Message Date
Arctic4161
bded493598
Update backend.py
Added 480P
2021-10-17 21:00:15 -05:00
Arctic4161
196c192479
Update backend.py
Added print locks so threads aren't printing over each other
2021-10-16 17:10:20 -05:00
Arctic4161
c24be4c4e9
Update backend.py
added check to see if content downloading is mp4 if not check next link.
2021-10-16 09:29:07 -05:00
Arctic4161
bde87f1294
Update bitanime.py 2021-10-16 00:40:00 -05:00
Arctic4161
06fec65d2e
Update bitanime.py
Changed get_download_links to a method.
2021-10-16 00:19:31 -05:00
Arctic4161
c6bad6cc13
Update backend.py
Reformated and added link checks for each quality. Added output when program fails to download as well as removes the file
2021-10-16 00:16:32 -05:00
Arctic4161
2f9ba1c78b
Update backend.py
remove buffer and reset download_episodes req.get
2021-10-14 22:50:40 -05:00
Arctic4161
e9e89e3159
Update backend.py
Small 3kb files results from download links with no files. link with no files gives out status code 200. built in url check when checking for resolution
2021-10-14 21:57:41 -05:00
Arctic4161
d1348cbd95
Update backend.py
Added 5 retries for files that randomly end being only 3kb's in size.
2021-10-14 16:39:16 -05:00
Arctic4161
bda3ead826
Update backend.py 2021-10-14 16:24:22 -05:00
Arctic4161
9d4dc53961
Update bitanime.py 2021-10-14 16:23:28 -05:00
Arctic4161
1ecec7c05d
Update backend.py
Remove buffer size, fix error colorization
2021-10-14 16:20:19 -05:00
Arctic4161
23b99e6362
Update bitanime.py
Reset thread_map
2021-10-14 16:12:08 -05:00
Arctic4161
f81a3699a3
Update bitanime.py
Cleaned up code, removed varibles in conflict with system variables
2021-10-14 10:04:31 -05:00
Arctic4161
01562f595b
Update backend.py
Cleaned up code
2021-10-14 10:03:27 -05:00
Arctic4161
a3a5ca7ecd
Update backend.py
removed useless code
2021-10-14 09:23:01 -05:00
Arctic4161
4d456ba9b9
Update backend.py
Fixed quality selection and website from slowing down the download due to multiple requests at once.
2021-10-14 09:22:02 -05:00
Arctic4161
fbf352579c
Update backend.py
Added refer to get around 403 forbidden error
2021-10-11 16:44:48 -05:00
Arctic4161
187983b348
Update bitanime.py
Fixed issues with colorama not displaying correctly
2021-10-11 16:35:10 -05:00
sh1nobu
d1c222ff91 Modified few lines 2021-10-01 18:34:08 +08:00
sh1nobu
b3766d5a6e Added a feature that will print If the desired quality is not found, then use the default quality. 2021-09-22 17:51:26 +08:00
sh1nobu
218eb40c40 Refactored 2021-09-22 17:46:42 +08:00
sh1nobu
6b59251753 Added a feature that will print if the desired quality is not found then use a default quality. 2021-09-22 17:45:42 +08:00
sh1nobu
7b23113f8b Changed the way some functions accepts paramater 2021-09-21 16:02:14 +08:00
sh1nobu
a307c706cd Dynamic episode_start and episode_end feature added 2021-09-21 14:59:00 +08:00
sh1nobu
1acd36e45e Changed the way some functions accepts paramater 2021-09-21 14:58:42 +08:00
sh1nobu
a5619c8c4d Changed the way some functions accepts paramater 2021-09-20 19:49:42 +08:00
sh1nobu
46038e93a3 Dynamic episode_start and episode_end feature added 2021-09-20 17:10:51 +08:00
sh1nobu
13c49e5fe4 Changed the way some functions accept paramater 2021-09-20 17:08:52 +08:00
sh1nobu
ff72f7f2a4 changed the bitanime screenshot v2.0.0 2021-09-18 14:28:56 +08:00
sh1nobu
8397eeb7bf added a feature that will let you download custom number of episodes 2021-09-18 14:07:44 +08:00
sh1nobu
2fe9bb38a6 made it into a class based file for better accessing of variable 2021-09-18 14:04:18 +08:00
sh1nobu
70cc84eede added a feature that will let you download custom number of episodes 2021-09-18 14:02:50 +08:00
sh1nobu
c4a265d168 changed some code in the bitanime and backend file to add a dynamic episode quality feature 2021-09-09 20:34:23 +08:00
sh1nobu
228323c491 Changed the 1 to 99 episodes line. 2021-09-07 17:15:06 +08:00
sh1nobu
fc3db694fc fixed the downloaded anime screenshot size 2021-09-07 16:45:48 +08:00
sh1nobu
fe3832b127 fixed some typo on the comment 2021-09-07 16:43:02 +08:00
sh1nobu
0d321c8107 updated the bitanime screenshot and added a new screenshot 2021-09-07 16:42:13 +08:00
sh1nobu
89301e6f19 Removed the 1 to 99 episodes limit 2021-09-07 16:20:35 +08:00
sh1nobu
1626601b56 increased the number episodes can be downloaded (100+) (some episodes is not being downloaded properly to be fixed soon.) v1.1.0 2021-09-06 19:20:07 +08:00
sh1nobu
8657080d34 changed some codes that will let the script download all episodes 2021-09-06 18:55:20 +08:00
sh1nobu
01c7a60133 changed the for loop into a map function to make the scraping/generating links faster 2021-09-04 01:09:38 +08:00
sh1nobu
ca2eae558b removed unnecessary line 2021-09-04 00:34:15 +08:00
sh1nobu
f7997fb25a removed unnecessary line 2021-09-03 19:42:08 +08:00
sh1nobu
0e1ccd1f73 added a crossplatform support 2021-09-02 15:25:21 +08:00
sh1nobu
abc745dc1c
Merge pull request #2 from ura43/master
added crossplatform support
2021-09-01 23:46:33 +08:00
ura
7b3b22cf1f added crossplatform support 2021-09-01 16:23:47 +02:00
sh1nobu
16540ce084 first commit v1.0.0 2021-09-01 16:34:08 +08:00