summaryrefslogtreecommitdiff
path: root/test/web/rich_media/parser_test.exs
AgeCommit message (Collapse)Author
2020-10-13tests consistencyAlexander Strizhakov
2020-09-14Apply 1 suggestion(s) to 1 file(s)rinpatch
2020-09-14RichMedia: Do a HEAD request to check content type/lengthrinpatch
This shouldn't be too expensive, since the connections are pooled, but it should save us some bandwidth since we won't fetch non-html files and files that are too large for us to process (especially since you can't cancel a request without closing the connection with HTTP1).
2020-09-05RichMedia: do not log webpages missing metadata as errorsrinpatch
Also fixes the return value of Parser.parse on errors, previously was just `:ok` due to the logger call in the end
2020-09-01don't fail on url fetchAlexander Strizhakov
2020-06-13Fix atom leak in Rich Media ParserEgor Kislitsyn
2020-03-03Update CopyrightsMark Felder
2019-07-23rich media: parser: splice the given URL into the resultAriadne Conill
2019-07-10Add license/copyright to all project filesfeld
2019-06-22Rich Media Parser: Do not return just a title if nothing else is there.lain
2019-06-22Revert "Revert "Merge branch 'fix/ogp-title' into 'develop'""lain
This reverts commit b6af80f769195b5047ee8da07166f022c2e29b0a.
2019-06-21Revert "Merge branch 'fix/ogp-title' into 'develop'"feld
This reverts merge request !1277
2019-06-13Improve <title> fallback; Add a testEgor Kislitsyn
2019-05-30Replace missing non-nullable Card attributes with empty stringsSergey Suprunenko
2019-01-31test: rich media: parser: add malformed data regression testWilliam Pitcock
2019-01-28rich media: oembed: return data in the same format as the other parsersWilliam Pitcock
2019-01-13Add OEmbed parserMaxim Filippov
2019-01-10Add Twitter Card parserMaxim Filippov
2019-01-02Add RichMediaController and testsMaxim Filippov
2019-01-01Add OGP parserMaxim Filippov