mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-18 21:56:29 +00:00
parse dilbert.com
This commit is contained in:
parent
985ce3ec53
commit
83020b993c
2 changed files with 5 additions and 0 deletions
1
inc/3rdparty/simplepie/SimplePie/Misc.php
vendored
1
inc/3rdparty/simplepie/SimplePie/Misc.php
vendored
|
@ -1613,6 +1613,7 @@ class SimplePie_Misc
|
|||
case 'utf7':
|
||||
return 'UTF-7';
|
||||
|
||||
case 'utf8lias':
|
||||
case 'utf8':
|
||||
return 'UTF-8';
|
||||
|
||||
|
|
4
inc/3rdparty/site_config/custom/dilbert.com.txt
vendored
Normal file
4
inc/3rdparty/site_config/custom/dilbert.com.txt
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
title: //div[contains(@class, 'SB_Title')]//a
|
||||
body: //div[contains(@class, 'STR_Content')]
|
||||
|
||||
test_url: http://dilbert.com/strips/comic/2013-10-22
|
Loading…
Reference in a new issue