summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* specify to use python3v1.0.2msglm2024-03-131-1/+1
|
* use env instead of dircetly declaing python3v1.0.1msglm2024-03-131-1/+1
|
* prevent slashes from appearing in file namemsglm2023-04-131-0/+1
|
* improved documentationv1.0.0msglm2023-01-172-4/+7
|
* Changed URL for APImsglm2023-01-111-2/+4
| | | | | | Ifunny changes its API url for its tag feeds. Instead of being https://ifunny.co/api/v1/feeds&tags=whatever it's now https://ifunny.co/api/v1/feeds/tags/whatever
* forgor gifsmsglm2023-01-111-1/+4
|
* also get rid of some redundencymsglm2023-01-111-7/+2
|
* itoddlers need h.264msglm2023-01-111-2/+3
|
* videos now convert to webm instead of being mp4msglm2023-01-111-0/+8
| | | | | | | | | Justification for thsi is that ifunny has swapped to hvec for its encoding. This is a problem as hvec is not widely adopted and proprietary, so the videos are now being converted to webm instead. I greatly await the day we get av1 normalization so we can abandon these shitty codecs.
* quotes no longer appear in names to prevent embed failuresmsglm2023-01-111-2/+2
|
* downloads are now faster and more stablemsglm2023-01-111-8/+1
|
* fixed but with overly long namesmsglm2023-01-111-0/+4
|
* removing error due to loggingmsglm2023-01-111-1/+2
|
* added logging to standard outputmsglm2023-01-111-12/+29
|
* removed unnecessary dependencymsglm2023-01-111-1/+0
|
* improved name generationmsglm2023-01-111-7/+11
|
* added gif supportmsglm2023-01-112-10/+53
|
* expanded config optionsmsglm2023-01-112-2/+8
|
* logging and config capabilties introduced. removed source urlmsglm2023-01-114-23/+71
|
* sources not needed, fixed lolmsglm2023-01-111-11/+0
|
* program is now capable of multiprocessingmsglm2023-01-111-27/+39
|
* forgot to make sure that the videos queue is cleared after getting new tagsmsglm2023-01-111-1/+1
|
* forgot to remind the user of the tag for standard outputmsglm2023-01-111-2/+1
|
* forgot to change some debugging stuffmsglm2023-01-111-3/+4
|
* No more browser required, uses pure python and nothing more. Much faster and ↵msglm2023-01-111-137/+112
| | | | tells you percent completed when downloading the video metadata.
* fixed NoneType error crash againmsglm2023-01-111-1/+0
|
* fixed bug where videos kept repeatedly downloadingmsglm2023-01-111-2/+3
|
* broke it againmsglm2023-01-111-20/+21
|
* fixing debug info of last commitmsglm2023-01-111-5/+5
|
* NoneType error fixedmsglm2023-01-111-15/+21
|
* Updated to account for selenium's by_tag deprectaionmsglm2023-01-111-3/+9
|
* returvn to traditionmsglm2023-01-111-0/+0
|
* legal BSmsglm2023-01-114-106/+685
|
* version 1.0 releasemsglm2023-01-112-1/+38
|
* fixed JS name recognitionmsglm2023-01-111-2/+3
|
* naming process is no longer cancermsglm2023-01-111-8/+9
|
* added extra rate limitingmsglm2023-01-111-3/+12
|
* ok now it actually worksmsglm2023-01-111-3/+1
|
* fixed rate limit issue due to closed webdrivermsglm2023-01-111-2/+12
|
* fixed bug where JS mode overrode itself. Changed output format to be less insanemsglm2023-01-111-2/+3
|
* now works with javascriptmsglm2023-01-112-13/+205
|
* script uses basic parsing to download what is neededYour Name2021-08-161-0/+18