Commit Graph

20 Commits

Author SHA1 Message Date
robinuniverse 2f9f160b34 Added config system, Updated readme, Fixed DB connections stalling with multiple uWSGI workers, Made it less prone to crashing if necessary files are not present 2021-07-11 15:48:17 -05:00
robinuniverse 4aa3c9a59e Made links not show the last word of a description (the internal twitter vid link) to clean up embeds 2021-07-10 09:17:33 -05:00
robinuniverse 836e0b1f1f Added post accent colors 2021-07-09 18:34:21 -05:00
robinuniverse 5621378d1b Forgot to include the request module, fixed that 2021-07-09 14:04:46 -05:00
Robin Universe f0377f66a9 Added advanced oEmbeds that allow for better video embeds with descriptions 2021-07-09 05:32:04 -05:00
Robin Universe d3e151904c fixed a minor typo, actually got rid of pycache 2021-07-07 22:23:59 -05:00
Robin Universe ecba0fc79d Added a new link caching system, updated the readme, started ignoreing pycache 2021-07-07 22:17:23 -05:00
Robin Universe 52df884b0f Added embed message for blank url 2021-07-05 22:30:16 -05:00
Robin Universe 0950a0af09 Made the template more generic to work with other vid types potentially 2021-07-05 11:12:59 -05:00
Robin Universe 79faca77fe Updated the readme, started work on seperating things into functions to attempt to work with other sites 2021-07-05 11:02:17 -05:00
Robin Universe af263ce55f fixed it for the /info/ path too 2021-07-04 16:54:23 -05:00
Robin Universe abb7868e7d the YoutubeDL object is now created and destroyed as needed to avoid bad guest token bugs after running for a long time 2021-07-04 16:52:38 -05:00
Robin Universe 6b4fbf97f0 Added an embeded error message system to show when / why stuff might not be working 2021-07-04 05:08:36 -05:00
Robin Universe 334e8f8ff1 Added a link cache system to increase speed and cut way down on time spent downloading / hitting the twitter api call limit 2021-07-04 04:40:22 -05:00
Robin Universe d2b1aa1adb Merge pull request #1 from cbondurant/main
Shorten link and remove 500 errors
2021-07-03 21:36:36 -05:00
Conner Bondurant 63ad9cf826 Remove unused imports 2021-07-03 21:46:02 -04:00
Conner Bondurant 5ac4879f02 Improve handling and allow for exclusion of hostname
This allows for the removal of "https://twitter.com/"
This could be more convinent as you simply replace "twitter.com" with
twtfix.me in the url, removing having to type http:// each time

also added additional error handling just to avoid messy 500 errors.
2021-07-03 21:43:47 -04:00
Robin Universe 98f17dbea9 updated the readme a bit 2021-07-03 20:21:22 -05:00
Robin Universe 80ed4bfa16 obligatory fix commit for the stuff I didn't get right the first time 2021-07-03 19:08:19 -05:00
Robin Universe 0fdcda924e Too Init To Quit 2021-07-03 18:52:30 -05:00