]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Use graby ContentExtractor to clean html
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 12 May 2017 05:53:21 +0000 (07:53 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 31 May 2017 12:00:15 +0000 (14:00 +0200)
commit74a75f7d430eb7a69cd377194e52012db34d39b4
treebb85741afe742e24351167699c434a955ab4a9fa
parentfb436e8ca0c7468b9698050df0b78447e2d0854f
Use graby ContentExtractor to clean html

It might be better to re-use some graby functionalities to clean html instead of building a new system.
composer.json
src/Wallabag/ApiBundle/Controller/EntryRestController.php
src/Wallabag/CoreBundle/Helper/ContentProxy.php
tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php