1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 19:41:28 +00:00

move readability library to af_readability/vendor out of global vendor directory

af_redditimgur: use HOOK_GET_FULL_TEXT instead of invoking readability directly
This commit is contained in:
Andrew Dolgov
2019-04-17 08:51:17 +03:00
parent 6955b2e02d
commit d0a9aeaf80
20 changed files with 5 additions and 39 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace andreskrey\Readability;
class ParseException extends \Exception
{
}