5567498a20Added automatic link redirecting for t.co links in non video tweets when using the API
robinuniverse
2021-07-14 19:15:06 -05:00
f3f62f3cb4Added more config options for color, name, and repo, made clicking on the bare url directly redirect to the repo based on useragent, fixed one config that was being created with the wrong name, finally added a url config so oembed works on other servers without digging around in the html
robinuniverse
2021-07-14 03:33:46 -05:00
e276425b74Removed some debug code, fixed a missed renamed var, fixed redirects on full url subpaths
robinuniverse
2021-07-13 13:57:09 -05:00
7179c36af1Made it so hybrid mode actually works :p (thanks maddie)
robinuniverse
2021-07-12 14:49:29 -05:00
2a638ac4b4Fished the Twitter API implementation, everything works as of writing :)
robinuniverse
2021-07-12 13:49:19 -05:00
8aa811e5f6Refactored a majority of the code in preparation for twitter API implementation, not quite there yet, but it's at least as functional as it was before I started
robinuniverse
2021-07-12 03:49:07 -05:00
0d5d4a04dbupdated readme some more
robinuniverse
2021-07-11 15:51:59 -05:00
2f9f160b34Added config system, Updated readme, Fixed DB connections stalling with multiple uWSGI workers, Made it less prone to crashing if necessary files are not present
robinuniverse
2021-07-11 15:48:17 -05:00
4aa3c9a59eMade links not show the last word of a description (the internal twitter vid link) to clean up embeds
robinuniverse
2021-07-10 09:17:33 -05:00
836e0b1f1fAdded post accent colors
robinuniverse
2021-07-09 18:34:21 -05:00
5621378d1bForgot to include the request module, fixed that
robinuniverse
2021-07-09 14:04:46 -05:00
f0377f66a9Added advanced oEmbeds that allow for better video embeds with descriptions
Robin Universe
2021-07-09 05:32:04 -05:00
d3e151904cfixed a minor typo, actually got rid of pycache
Robin Universe
2021-07-07 22:23:59 -05:00
ecba0fc79dAdded a new link caching system, updated the readme, started ignoreing pycache
Robin Universe
2021-07-07 22:17:23 -05:00
52df884b0fAdded embed message for blank url
Robin Universe
2021-07-05 22:30:16 -05:00
0950a0af09Made the template more generic to work with other vid types potentially
Robin Universe
2021-07-05 11:12:59 -05:00
79faca77feUpdated the readme, started work on seperating things into functions to attempt to work with other sites
Robin Universe
2021-07-05 11:02:17 -05:00
af263ce55ffixed it for the /info/ path too
Robin Universe
2021-07-04 16:54:23 -05:00
abb7868e7dthe YoutubeDL object is now created and destroyed as needed to avoid bad guest token bugs after running for a long time
Robin Universe
2021-07-04 16:52:38 -05:00
6b4fbf97f0Added an embeded error message system to show when / why stuff might not be working
Robin Universe
2021-07-04 05:08:36 -05:00
334e8f8ff1Added a link cache system to increase speed and cut way down on time spent downloading / hitting the twitter api call limit
Robin Universe
2021-07-04 04:40:22 -05:00