Histórico de Commits

Autor SHA1 Mensagem Data
  jvoisin 7a394b0bf8 refactor(subscription): replace a regex with strings.CutPrefix há 9 meses atrás
  Anton Larionov 553c578f2e feat(rssbridge): support auth token for RSS-Bridge há 11 meses atrás
  Frédéric Guillot 51560f191f fix(subscription): add `/rss/feed.xml` to the list of known feed URLs há 1 ano atrás
  Frédéric Guillot 6eedf4111f fix(scraper): avoid encoding issue if charset meta tag is after 1024 bytes há 1 ano atrás
  Frédéric Guillot e9520f5d1c fix(finder): do not add redirections to the list of subscriptions to avoid confusion há 1 ano atrás
  Julien Voisin 1b0b8b9c42 refactor: use a better construct than `doc.Find(…).First()` há 1 ano atrás
  Julien Voisin 02c6d14659 refactor(subscription): use `strings.HasSuffix` instead of a regex in `FindSubscriptionsFromYouTubePlaylistPage` há 1 ano atrás
  Frédéric Guillot f6dc952551 feat: add support for base element when discovering feeds há 1 ano atrás
  Frédéric Guillot 36c25e7689 refactor: simplify Youtube feeds discovery há 1 ano atrás
  Frédéric Guillot cb97d4a1a8 feat: remove YouTube video page subscription finder because `meta[itemprop="channelId"]` no longer exists há 1 ano atrás
  Frédéric Guillot 79ea9e28b5 fix: panic during YouTube channel feed discovery há 1 ano atrás
  Ztec e54825bf02 Improve YouTube page feed detection há 1 ano atrás
  Evan Elias Young 1b8c45d162 finder: Find feed from YouTube playlist há 2 anos atrás
  jvoisin fc4bdf3ab0 Inline a one-liner function há 2 anos atrás
  jvoisin 45d486b919 When detecting the format, detect its version as well há 2 anos atrás
  Frédéric Guillot c493f8921e Add missing regex anchor detected by CodeQL há 2 anos atrás
  jvoisin 543a690bfd Close resources as soon as possible, instead of using defer() in a loop há 2 anos atrás
  jvoisin 5b2558bf92 Miscellaneous improvements to internal/reader/subscription/finder.go há 2 anos atrás
  jvoisin ecd59009fb Add a couple of new possible locations for feeds há 2 anos atrás
  Frédéric Guillot d0f99cee1a Regression: ensure all HTML documents are encoded in UTF-8 há 2 anos atrás
  Frédéric Guillot 5de0714256 Deduplicate feed URLs when parsing HTML document during discovery process há 2 anos atrás
  Frédéric Guillot eeaab72a9f Refactor feed discovery and avoid an extra HTTP request if the url provided is the feed há 2 anos atrás
  Frédéric Guillot 14e25ab9fe Refactor HTTP Client and LocalizedError packages há 2 anos atrás
  Ryan Stafford 120aabfbce Add RSS-Bridge integration há 2 anos atrás
  Frédéric Guillot e5d9f2f5a0 Rename internal url package to avoid overlap with net/url há 2 anos atrás
  Frédéric Guillot 168a870c02 Move internal packages to an internal folder há 2 anos atrás