summaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Collapse)Author
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>
2023-04-02Allow browser suggestions for search (#3704)raphj
2023-04-02fix view count extractionChunkyProgrammer
2023-04-02Merge branch 'master' into fix-shortsChunkyProgrammer
2023-04-02implement code suggestionsChunkyProgrammer
Co-Authored-By: Samantaz Fox <coding@samantaz.fr>
2023-04-01Search: Fix channel search (#3699)Samantaz Fox
2023-03-31Videos: ignore empty music entries (#3709)Samantaz Fox
2023-03-31download_widget: Add missing translation key (#3713)Samantaz Fox
2023-03-31quick fix for channel videos pageEmilien Devos
2023-03-30download_widget: Add missing translation keyJarek Baran
2023-03-29Optimize some redundant stufftechmetx11
2023-03-27improve accessibilityChunkyProgrammer
2023-03-27Fix error when song title is missing from the trackChunkyProgrammer
2023-03-23Fix regexstechmetx11
2023-03-23Added attributed description supporttechmetx11
2023-03-22Fix parsing shorts on channel pageChunkyProgrammer
2023-03-21Fix channel searchChunkyProgrammer
2023-03-20Videos: Fix 0 views and empty license field (#3557)Samantaz Fox
2023-03-19Videos: Add back support for views on livestreamsSamantaz Fox
2023-03-15Community: Restore thumbnail qualities arraySamantaz Fox