Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prevent slashes from appearing in file name | msglm | 2023-04-13 | 1 | -0/+1 |
| | |||||
* | improved documentationv1.0.0 | msglm | 2023-01-17 | 2 | -4/+7 |
| | |||||
* | Changed URL for API | msglm | 2023-01-11 | 1 | -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 gifs | msglm | 2023-01-11 | 1 | -1/+4 |
| | |||||
* | also get rid of some redundency | msglm | 2023-01-11 | 1 | -7/+2 |
| | |||||
* | itoddlers need h.264 | msglm | 2023-01-11 | 1 | -2/+3 |
| | |||||
* | videos now convert to webm instead of being mp4 | msglm | 2023-01-11 | 1 | -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 failures | msglm | 2023-01-11 | 1 | -2/+2 |
| | |||||
* | downloads are now faster and more stable | msglm | 2023-01-11 | 1 | -8/+1 |
| | |||||
* | fixed but with overly long names | msglm | 2023-01-11 | 1 | -0/+4 |
| | |||||
* | removing error due to logging | msglm | 2023-01-11 | 1 | -1/+2 |
| | |||||
* | added logging to standard output | msglm | 2023-01-11 | 1 | -12/+29 |
| | |||||
* | removed unnecessary dependency | msglm | 2023-01-11 | 1 | -1/+0 |
| | |||||
* | improved name generation | msglm | 2023-01-11 | 1 | -7/+11 |
| | |||||
* | added gif support | msglm | 2023-01-11 | 2 | -10/+53 |
| | |||||
* | expanded config options | msglm | 2023-01-11 | 2 | -2/+8 |
| | |||||
* | logging and config capabilties introduced. removed source url | msglm | 2023-01-11 | 4 | -23/+71 |
| | |||||
* | sources not needed, fixed lol | msglm | 2023-01-11 | 1 | -11/+0 |
| | |||||
* | program is now capable of multiprocessing | msglm | 2023-01-11 | 1 | -27/+39 |
| | |||||
* | forgot to make sure that the videos queue is cleared after getting new tags | msglm | 2023-01-11 | 1 | -1/+1 |
| | |||||
* | forgot to remind the user of the tag for standard output | msglm | 2023-01-11 | 1 | -2/+1 |
| | |||||
* | forgot to change some debugging stuff | msglm | 2023-01-11 | 1 | -3/+4 |
| | |||||
* | No more browser required, uses pure python and nothing more. Much faster and ↵ | msglm | 2023-01-11 | 1 | -137/+112 |
| | | | | tells you percent completed when downloading the video metadata. | ||||
* | fixed NoneType error crash again | msglm | 2023-01-11 | 1 | -1/+0 |
| | |||||
* | fixed bug where videos kept repeatedly downloading | msglm | 2023-01-11 | 1 | -2/+3 |
| | |||||
* | broke it again | msglm | 2023-01-11 | 1 | -20/+21 |
| | |||||
* | fixing debug info of last commit | msglm | 2023-01-11 | 1 | -5/+5 |
| | |||||
* | NoneType error fixed | msglm | 2023-01-11 | 1 | -15/+21 |
| | |||||
* | Updated to account for selenium's by_tag deprectaion | msglm | 2023-01-11 | 1 | -3/+9 |
| | |||||
* | returvn to tradition | msglm | 2023-01-11 | 1 | -0/+0 |
| | |||||
* | legal BS | msglm | 2023-01-11 | 4 | -106/+685 |
| | |||||
* | version 1.0 release | msglm | 2023-01-11 | 2 | -1/+38 |
| | |||||
* | fixed JS name recognition | msglm | 2023-01-11 | 1 | -2/+3 |
| | |||||
* | naming process is no longer cancer | msglm | 2023-01-11 | 1 | -8/+9 |
| | |||||
* | added extra rate limiting | msglm | 2023-01-11 | 1 | -3/+12 |
| | |||||
* | ok now it actually works | msglm | 2023-01-11 | 1 | -3/+1 |
| | |||||
* | fixed rate limit issue due to closed webdriver | msglm | 2023-01-11 | 1 | -2/+12 |
| | |||||
* | fixed bug where JS mode overrode itself. Changed output format to be less insane | msglm | 2023-01-11 | 1 | -2/+3 |
| | |||||
* | now works with javascript | msglm | 2023-01-11 | 2 | -13/+205 |
| | |||||
* | script uses basic parsing to download what is needed | Your Name | 2021-08-16 | 1 | -0/+18 |