summaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Collapse)Author
2023-06-01Search: Allow browser suggestions (#3724)Samantaz Fox
2023-05-31Playlists: Fix duplicated videos across pages (#3807)Samantaz Fox
2023-05-31Utils: Add support for short "x ago" forms (#3825)Samantaz Fox
2023-05-31Search: Parse playlists when searching a channel (#3804)Samantaz Fox
2023-05-29Utils: Update 'decode_date' to take into account short "x ago" formsSamantaz Fox
2023-05-25Comments: Move content-related functions to their own fileSamantaz Fox
2023-05-25Comments: Move ctoken functions to youtube.crSamantaz Fox
2023-05-25Comments: Move link utility functions to own file + moduleSamantaz Fox
2023-05-25Comments: Move 'template_reddit' function to own file + moduleSamantaz Fox
2023-05-25Comments: Move 'template_youtube' function to own file + moduleSamantaz Fox
2023-05-25Comments: Move 'fetch_reddit' function to own file + moduleSamantaz Fox
2023-05-25Comments: Move 'fetch_youtube' function to own file + moduleSamantaz Fox
2023-05-25Comments: Move reddit type definitions to their own fileSamantaz Fox
2023-05-25Comments: add 'require' statement for a dedicated folderSamantaz Fox
2023-05-23Community: Fix position of the "creator heart" (broken by #3783)Samantaz Fox
2023-05-23Search: Populate search bar with ChannelId (#3805)Samantaz Fox
2023-05-23User: Allow CSV Youtube playlists to be imported (#3595)Samantaz Fox
2023-05-22Use string interpolation instead of concatenationChunkyProgrammer
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2023-05-14Fix issue where playlists will refetch the same videoschunky programmer
2023-05-14Populate search bar with ChannelIdchunky programmer
2023-05-14Parse playlists when searching a channelchunky programmer
2023-05-14add page parameterchunky programmer
2023-05-14add hashtag endpointChunkyProgrammer
2023-05-14Fix hashtag continuation tokenSamantaz Fox
2023-05-08Community: Fix live video + parse playlist attachments (#3767)Samantaz Fox
2023-05-08Subscriptions: Fix Nil assertion failed (#3793)Samantaz Fox
2023-05-08Subscriptions: Fix casing of XML tag namesSamantaz Fox
2023-05-08Use XML.parse instead of XML.parse_htmlSamantaz Fox
Due to recent changes to libxml2 (between 2.9.14 and 2.10.4, See https://gitlab.gnome.org/GNOME/libxml2/-/issues/508), the HTML parser doesn't take into account the namespaces (xmlns). Because HTML shouldn't contain namespaces anyway, there is no reason for use to keep using it. But switching to the XML parser means that we have to pass the namespaces to every single 'xpath_node(s)' method for it to be able to properly navigate the XML structure.
2023-05-06HTML: wrap comments metadata in a paragraphSamantaz Fox
2023-05-06CSS: Fix iframe attachment size in community postsSamantaz Fox
2023-05-02Fix unknown type attachmentChunkyProgrammer
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2023-05-03Fix watch history order (#3653)Samantaz Fox
2023-05-03Trending: fix mistakes from #3773 (#3781)Samantaz Fox
2023-05-03Allow channel urls to be displayed in video's description (#3759)Samantaz Fox
2023-05-03Trending: de-duplicate resultsSamantaz Fox
2023-05-02Trending: fix mistakes from #3773Samantaz Fox
2023-04-30Fix index out of bounds errorChunkyProgrammer
2023-04-30move url parsing to utils methodchunky programmer
2023-04-30Allow channel urls to be displayed in YT descriptionchunky programmer
2023-04-30fix live video attachments, parse playlistschunky programmer
2023-04-30Search/Trending: Fix duplicated results (#3773)Samantaz Fox
2023-04-28Extractors: Add utility function to extract items from categoriesSamantaz Fox
2023-04-28Search: Don't extract items from categories tooSamantaz Fox
2023-04-28Trending: Don't extract items from categoriesSamantaz Fox
2023-04-22fix fetching community continuationschunky programmer
2023-04-10Improve accessibility (#3710)Samantaz Fox
2023-04-10Videos: Add support for attributed descriptions (#3701)Samantaz Fox
2023-04-05Videos: fix description text offset when emojis are presentSamantaz Fox
2023-04-03Merge branch 'iv-org:master' into youtube-playlist-importGavin
2023-04-03Updated csv reading as per feedback and ranthtmnisamnstr
Signed-off-by: thtmnisamnstr <gavinj1984@gmail.com>