summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Readability.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Readability.php b/src/Readability.php
index 7291a18..4695244 100644
--- a/src/Readability.php
+++ b/src/Readability.php
@@ -1516,6 +1516,7 @@ class Readability
*/
$url = [
$img->getAttribute('src'),
+ $img->getAttribute('data-src'),
$img->getAttribute('data-original'),
$img->getAttribute('data-orig'),
$img->getAttribute('data-url')