Switch to Composer
This commit is contained in:
parent
ce709fec80
commit
fda6e3d811
393 changed files with 14048 additions and 17 deletions
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/.blog.lemonde.fr.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/.blog.lemonde.fr.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://combat.blog.lemonde.fr/2013/08/31/teddy-riner-le-rookie-devenu-rambo/#xtor=RSS-3208',
|
||||
'body' => array(
|
||||
'//div[@class="entry-content"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//*[contains(@class, "fb-like") or contains(@class, "social")]'
|
||||
),
|
||||
)
|
||||
)
|
||||
);
|
15
vendor/fguillot/picofeed/lib/PicoFeed/Rules/.blogs.nytimes.com.php
vendored
Normal file
15
vendor/fguillot/picofeed/lib/PicoFeed/Rules/.blogs.nytimes.com.php
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'title' => '//header/h1',
|
||||
'test_url' => 'http://bits.blogs.nytimes.com/2012/01/16/wikipedia-plans-to-go-dark-on-wednesday-to-protest-sopa/',
|
||||
'body' => array(
|
||||
'//div[@class="postContent"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//*[@class="shareToolsBox"]',
|
||||
),
|
||||
)
|
||||
)
|
||||
);
|
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/.igen.fr.php
vendored
Normal file
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/.igen.fr.php
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.igen.fr/ailleurs/2014/05/nvidia-va-delaisser-les-smartphones-grand-public-86031',
|
||||
'body' => array(
|
||||
'//div[contains(@class, "field-name-body")]'
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
)
|
||||
)
|
||||
);
|
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/.nytimes.com.php
vendored
Normal file
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/.nytimes.com.php
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.nytimes.com/2011/05/15/world/middleeast/15prince.html',
|
||||
'body' => array(
|
||||
'//div[@class="articleBody"]',
|
||||
),
|
||||
)
|
||||
)
|
||||
);
|
12
vendor/fguillot/picofeed/lib/PicoFeed/Rules/.phoronix.com.php
vendored
Normal file
12
vendor/fguillot/picofeed/lib/PicoFeed/Rules/.phoronix.com.php
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.phoronix.com/scan.php?page=article&item=amazon_ec2_bare&num=1',
|
||||
'body' => array(
|
||||
'//div[@class="content"]',
|
||||
),
|
||||
'strip' => array()
|
||||
)
|
||||
)
|
||||
);
|
20
vendor/fguillot/picofeed/lib/PicoFeed/Rules/.slate.com.php
vendored
Normal file
20
vendor/fguillot/picofeed/lib/PicoFeed/Rules/.slate.com.php
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.slate.com/articles/business/moneybox/2013/08/microsoft_ceo_steve_ballmer_retires_a_firsthand_account_of_the_company_s.html',
|
||||
'body' => array(
|
||||
'//div[@class="sl-art-body"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//*[contains(@class, "social") or contains(@class, "comments") or contains(@class, "sl-article-floatin-tools") or contains(@class, "sl-art-pag")]',
|
||||
'//*[@id="mys_slate_logged_in"]',
|
||||
'//*[@id="sl_article_tools_myslate_bottom"]',
|
||||
'//*[@id="mys_myslate"]',
|
||||
'//*[@class="sl-viral-container"]',
|
||||
'//*[@class="sl-art-creds-cntr"]',
|
||||
'//*[@class="sl-art-ad-midflex"]',
|
||||
)
|
||||
)
|
||||
)
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/.theguardian.com.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/.theguardian.com.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.theguardian.com/sustainable-business/2015/feb/02/2015-hyper-transparency-global-business',
|
||||
'body' => array(
|
||||
'//div[contains(@class, "content__main-column--article")]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//div[contains(@class, "meta-container")]',
|
||||
),
|
||||
)
|
||||
)
|
||||
);
|
29
vendor/fguillot/picofeed/lib/PicoFeed/Rules/.wikipedia.org.php
vendored
Normal file
29
vendor/fguillot/picofeed/lib/PicoFeed/Rules/.wikipedia.org.php
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'https://en.wikipedia.org/wiki/Grace_Hopper',
|
||||
'body' => array(
|
||||
'//div[@id="bodyContent"]',
|
||||
),
|
||||
'strip' => array(
|
||||
"//div[@id='toc']",
|
||||
"//div[@id='catlinks']",
|
||||
"//div[@id='jump-to-nav']",
|
||||
"//div[@class='thumbcaption']//div[@class='magnify']",
|
||||
"//table[@class='navbox']",
|
||||
"//table[contains(@class, 'infobox')]",
|
||||
"//div[@class='dablink']",
|
||||
"//div[@id='contentSub']",
|
||||
"//div[@id='siteSub']",
|
||||
"//table[@id='persondata']",
|
||||
"//table[contains(@class, 'metadata')]",
|
||||
"//*[contains(@class, 'noprint')]",
|
||||
"//*[contains(@class, 'printfooter')]",
|
||||
"//*[contains(@class, 'editsection')]",
|
||||
"//*[contains(@class, 'error')]",
|
||||
"//span[@title='pronunciation:']",
|
||||
),
|
||||
)
|
||||
)
|
||||
);
|
31
vendor/fguillot/picofeed/lib/PicoFeed/Rules/.wired.com.php
vendored
Normal file
31
vendor/fguillot/picofeed/lib/PicoFeed/Rules/.wired.com.php
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.wired.com/gamelife/2013/09/ouya-free-the-games/',
|
||||
'body' => array(
|
||||
'//div[@data-js="gallerySlides"]',
|
||||
'//article',
|
||||
),
|
||||
'strip' => array(
|
||||
'//*[@id="linker_widget"]',
|
||||
'//*[@class="credit"]',
|
||||
'//div[@data-js="slideCount"]',
|
||||
'//*[contains(@class="visually-hidden")]',
|
||||
'//*[@data-slide-number="_endslate"]',
|
||||
'//*[@id="related"]',
|
||||
'//*[contains(@class, "bio")]',
|
||||
'//*[contains(@class, "entry-footer")]',
|
||||
'//*[contains(@class, "mobify_backtotop_link")]',
|
||||
'//*[contains(@class, "gallery-navigation")]',
|
||||
'//*[contains(@class, "gallery-thumbnail")]',
|
||||
'//img[contains(@src, "1x1")]',
|
||||
'//a[contains(@href, "creativecommons")]',
|
||||
'//a[@href="#start-of-content"]',
|
||||
'//ul[@id="article-tags"]',
|
||||
),
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
|
15
vendor/fguillot/picofeed/lib/PicoFeed/Rules/.wsj.com.php
vendored
Normal file
15
vendor/fguillot/picofeed/lib/PicoFeed/Rules/.wsj.com.php
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://online.wsj.com/article/SB10001424127887324108204579023143974408428.html',
|
||||
'body' => array(
|
||||
'//div[@class="articlePage"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//*[@id="articleThumbnail_2"]',
|
||||
'//*[@class="socialByline"]',
|
||||
)
|
||||
)
|
||||
)
|
||||
);
|
19
vendor/fguillot/picofeed/lib/PicoFeed/Rules/01net.com.php
vendored
Normal file
19
vendor/fguillot/picofeed/lib/PicoFeed/Rules/01net.com.php
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.01net.com/editorial/624550/twitter-rachete-madbits-un-specialiste-francais-de-lanalyse-dimages/',
|
||||
'body' => array(
|
||||
'//div[@class="article_ventre_box"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//link',
|
||||
'//*[contains(@class, "article_navigation")]',
|
||||
'//h1',
|
||||
'//*[contains(@class, "article_toolbarMain")]',
|
||||
'//*[contains(@class, "article_imagehaute_box")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/abstrusegoose.com.php
vendored
Normal file
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/abstrusegoose.com.php
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'filter' => array(
|
||||
'%.*%' => array(
|
||||
'%alt="(.+)" title="(.+)" */>%' => '/><br/>$1<br/>$2',
|
||||
),
|
||||
),
|
||||
);
|
15
vendor/fguillot/picofeed/lib/PicoFeed/Rules/alainonline.net.php
vendored
Normal file
15
vendor/fguillot/picofeed/lib/PicoFeed/Rules/alainonline.net.php
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.alainonline.net/news_details.php?lang=arabic&sid=18907',
|
||||
'body' => array(
|
||||
'//div[@class="news_details"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//div[@class="news_details"]/div/div[last()]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
22
vendor/fguillot/picofeed/lib/PicoFeed/Rules/aljazeera.com.php
vendored
Normal file
22
vendor/fguillot/picofeed/lib/PicoFeed/Rules/aljazeera.com.php
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.aljazeera.com/news/2015/09/xi-jinping-seattle-china-150922230118373.html',
|
||||
'body' => array(
|
||||
'//figure[@class="article-content"]',
|
||||
'//div[@class="article-body"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//h1',
|
||||
'//h3',
|
||||
'//ul',
|
||||
'//table[contains(@class, "in-article-item")]',
|
||||
'//a[@target="_self"]',
|
||||
'//div[@data-embed-type="Brightcove"]',
|
||||
'//div[@class="QuoteContainer"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
20
vendor/fguillot/picofeed/lib/PicoFeed/Rules/allafrica.com.php
vendored
Normal file
20
vendor/fguillot/picofeed/lib/PicoFeed/Rules/allafrica.com.php
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.aljazeera.com/news/2015/09/xi-jinping-seattle-china-150922230118373.html',
|
||||
'body' => array(
|
||||
'//div[@class="story-body"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//p[@class="kindofstory"]',
|
||||
'//cite[@class="byline"]',
|
||||
'//div[contains(@class,"related-topics")]',
|
||||
'//links',
|
||||
'//sharebar',
|
||||
'//related-topics',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
24
vendor/fguillot/picofeed/lib/PicoFeed/Rules/allgemeine-zeitung.de.php
vendored
Normal file
24
vendor/fguillot/picofeed/lib/PicoFeed/Rules/allgemeine-zeitung.de.php
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.allgemeine-zeitung.de/lokales/polizei/mainz-gonsenheim-unbekannte-rauben-esso-tankstelle-in-kurt-schumacher-strasse-aus_14913147.htm',
|
||||
'body' => array(
|
||||
'//div[contains(@class, "article")][1]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//read/h1',
|
||||
'//*[@id="t-map"]',
|
||||
'//*[contains(@class, "modules")]',
|
||||
'//*[contains(@class, "adsense")]',
|
||||
'//*[contains(@class, "linkbox")]',
|
||||
'//*[contains(@class, "info")]',
|
||||
'//*[@class="skip"]',
|
||||
'//*[@class="funcs"]',
|
||||
'//span[@class="nd address"]',
|
||||
'//a[contains(@href, "abo-und-services")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/amazingsuperpowers.com.php
vendored
Normal file
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/amazingsuperpowers.com.php
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'filter' => array(
|
||||
'%.*%' => array(
|
||||
'%title="(.+)" */>%' => '/><br/>$1',
|
||||
),
|
||||
),
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/anythingcomic.com.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/anythingcomic.com.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'body' => array(
|
||||
'//img[@id="comic_image"]',
|
||||
'//div[@class="comment-wrapper"][position()=1]',
|
||||
),
|
||||
'strip' => array(),
|
||||
'test_url' => 'http://www.anythingcomic.com/comics/2108929/stress-free/',
|
||||
),
|
||||
),
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/ap.org.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/ap.org.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://hosted.ap.org/dynamic/stories/A/AS_CHINA_GAO_ZHISHENG?SITE=AP&SECTION=HOME&TEMPLATE=DEFAULT',
|
||||
'body' => array(
|
||||
'//img[@class="ap-smallphoto-img"]',
|
||||
'//span[@class="entry-content"]',
|
||||
),
|
||||
'strip' => array(),
|
||||
),
|
||||
),
|
||||
);
|
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/areadvd.de.php
vendored
Normal file
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/areadvd.de.php
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.areadvd.de/news/daily-deals-angebote-bei-lautsprecher-teufel-3/',
|
||||
'body' => array('//div[contains(@class,"entry")]'),
|
||||
'strip' => array(),
|
||||
),
|
||||
),
|
||||
);
|
23
vendor/fguillot/picofeed/lib/PicoFeed/Rules/arstechnica.com.php
vendored
Normal file
23
vendor/fguillot/picofeed/lib/PicoFeed/Rules/arstechnica.com.php
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://arstechnica.com/tech-policy/2015/09/judge-warners-2m-happy-birthday-copyright-is-bogus/',
|
||||
'body' => array(
|
||||
'//header/h2',
|
||||
'//section[@id="article-guts"]',
|
||||
'//div[@class="superscroll-content show"]',
|
||||
'//div[@class="gallery"]',
|
||||
),
|
||||
'next_page' => '//span[@class="numbers"]/a',
|
||||
'strip' => array(
|
||||
'//figcaption',
|
||||
'//div[@class="post-meta"]',
|
||||
'//div[@class="gallery-image-credit"]',
|
||||
'//aside',
|
||||
'//div[@class="article-expander"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/awkwardzombie.com.php
vendored
Normal file
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/awkwardzombie.com.php
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%/index.php.*comic=.*%' => array(
|
||||
'test_url' => 'http://www.awkwardzombie.com/index.php?comic=041315',
|
||||
'body' => array('//*[@id="comic"]/img'),
|
||||
'strip' => array(),
|
||||
),
|
||||
),
|
||||
);
|
21
vendor/fguillot/picofeed/lib/PicoFeed/Rules/bangkokpost.com.php
vendored
Normal file
21
vendor/fguillot/picofeed/lib/PicoFeed/Rules/bangkokpost.com.php
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.bangkokpost.com/news/politics/704204/new-us-ambassador-arrives-in-bangkok',
|
||||
'body' => array(
|
||||
'//div[@class="articleContents"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//h2',
|
||||
'//h4',
|
||||
'//div[@class="text-size"]',
|
||||
'//div[@class="relate-story"]',
|
||||
'//div[@class="text-ads"]',
|
||||
'//script',
|
||||
'//ul',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
16
vendor/fguillot/picofeed/lib/PicoFeed/Rules/bgr.com.php
vendored
Normal file
16
vendor/fguillot/picofeed/lib/PicoFeed/Rules/bgr.com.php
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://bgr.com/2015/09/27/iphone-6s-waterproof-testing/',
|
||||
'body' => array(
|
||||
'//img[contains(@class,"img")]',
|
||||
'//div[@class="text-column"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//strong',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/bigfootjustice.com.php
vendored
Normal file
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/bigfootjustice.com.php
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'filter' => array(
|
||||
'%.*%' => array(
|
||||
'%-150x150%' => '',
|
||||
),
|
||||
),
|
||||
);
|
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/bizjournals.com.php
vendored
Normal file
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/bizjournals.com.php
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.bizjournals.com/milwaukee/news/2015/09/30/bucks-will-hike-prices-on-best-seats-at-new-arena.html',
|
||||
'body' => array(
|
||||
'//figure/div/a/img',
|
||||
'//p[@class="content__segment"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/blog.fefe.de.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/blog.fefe.de.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://blog.fefe.de/?ts=ad706a73',
|
||||
'body' => array(
|
||||
'/html/body/ul',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
12
vendor/fguillot/picofeed/lib/PicoFeed/Rules/blog.mapillary.com.php
vendored
Normal file
12
vendor/fguillot/picofeed/lib/PicoFeed/Rules/blog.mapillary.com.php
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://blog.mapillary.com/update/2015/08/26/traffic-sign-updates.html',
|
||||
'body' => array(
|
||||
'//div[contains(@class, "blog-post__content")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
18
vendor/fguillot/picofeed/lib/PicoFeed/Rules/buenosairesherald.com.php
vendored
Normal file
18
vendor/fguillot/picofeed/lib/PicoFeed/Rules/buenosairesherald.com.php
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.buenosairesherald.com/article/199344/manzur-named-next-governor-of-tucum%C3%A1n',
|
||||
'body' => array(
|
||||
'//div[@style="float:none"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//div[contains(@class, "bz_alias_short_desc_container"]',
|
||||
'//td[@id="bz_show_bug_column_1"]',
|
||||
'//table[@id="attachment_table"]',
|
||||
'//table[@class="bz_comment_table"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/bunicomic.com.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/bunicomic.com.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.bunicomic.com/comic/buni-623/',
|
||||
'body' => array(
|
||||
'//div[@class="comic-table"]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/buttersafe.com.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/buttersafe.com.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://buttersafe.com/2015/04/21/the-incredible-flexible-man/',
|
||||
'body' => array(
|
||||
'//div[@id="comic"]',
|
||||
'//div[@class="post-comic"]',
|
||||
),
|
||||
'strip' => array(),
|
||||
),
|
||||
),
|
||||
);
|
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/cad-comic.com.php
vendored
Normal file
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/cad-comic.com.php
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%/cad/.+%' => array(
|
||||
'test_url' => 'http://www.cad-comic.com/cad/20150417',
|
||||
'body' => array(
|
||||
'//*[@id="content"]/img',
|
||||
),
|
||||
'strip' => array(),
|
||||
),
|
||||
),
|
||||
);
|
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/chaoslife.findchaos.com.php
vendored
Normal file
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/chaoslife.findchaos.com.php
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://chaoslife.findchaos.com/pets-in-the-wild',
|
||||
'body' => array('//div[@id="comic"]'),
|
||||
'strip' => array(),
|
||||
),
|
||||
),
|
||||
);
|
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/cliquerefresh.com.php
vendored
Normal file
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/cliquerefresh.com.php
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%/comic.*%' => array(
|
||||
'test_url' => 'http://cliquerefresh.com/comic/078-stating-the-obvious/',
|
||||
'body' => array('//div[@class="comicImg"]/img | //div[@class="comicImg"]/a/img'),
|
||||
'strip' => array(),
|
||||
),
|
||||
),
|
||||
);
|
38
vendor/fguillot/picofeed/lib/PicoFeed/Rules/cnet.com.php
vendored
Normal file
38
vendor/fguillot/picofeed/lib/PicoFeed/Rules/cnet.com.php
vendored
Normal file
|
@ -0,0 +1,38 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%^/products.*%' => array(
|
||||
'test_url' => 'http://www.cnet.com/products/fibaro-flood-sensor/#ftag=CADf328eec',
|
||||
'body' => array(
|
||||
'//li[contains(@class,"slide first"] || //figure[contains(@class,(promoFigure))]',
|
||||
'//div[@class="quickInfo"]',
|
||||
'//div[@class="col-6 ratings"]',
|
||||
'//div[@id="editorReview"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//script',
|
||||
'//a[@class="clickToEnlarge"]',
|
||||
'//div[@section="topSharebar"]',
|
||||
'//div[contains(@class,"related")]',
|
||||
'//div[contains(@class,"ad-")]',
|
||||
'//div[@section="shortcodeGallery"]',
|
||||
),
|
||||
),
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://cnet.com.feedsportal.com/c/34938/f/645093/s/4a340866/sc/28/l/0L0Scnet0N0Cnews0Cman0Eclaims0Eonline0Epsychic0Emade0Ehim0Ebuy0E10Emillion0Epowerball0Ewinning0Eticket0C0Tftag0FCAD590Aa51e/story01.htm',
|
||||
'body' => array(
|
||||
'//p[@itemprop="description"]',
|
||||
'//div[@itemprop="articleBody"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//script',
|
||||
'//a[@class="clickToEnlarge"]',
|
||||
'//div[@section="topSharebar"]',
|
||||
'//div[contains(@class,"related")]',
|
||||
'//div[contains(@class,"ad-")]',
|
||||
'//div[@section="shortcodeGallery"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/consomac.fr.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/consomac.fr.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://consomac.fr/news-2430-l-iphone-6-toujours-un-secret-bien-garde.html',
|
||||
'body' => array(
|
||||
'//div[contains(@id, "newscontent")]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/cowbirdsinlove.com.php
vendored
Normal file
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/cowbirdsinlove.com.php
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'filter' => array(
|
||||
'%.*%' => array(
|
||||
'%title="(.+)" */>%' => '/><br/>$1',
|
||||
),
|
||||
),
|
||||
);
|
19
vendor/fguillot/picofeed/lib/PicoFeed/Rules/csmonitor.com.php
vendored
Normal file
19
vendor/fguillot/picofeed/lib/PicoFeed/Rules/csmonitor.com.php
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.csmonitor.com/USA/Politics/2015/0925/John-Boehner-steps-down-Self-sacrificing-but-will-it-lead-to-better-government',
|
||||
'body' => array(
|
||||
'//figure[@id="image-top-1"]',
|
||||
'//div[@id="story-body"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//script',
|
||||
'//img[@title="hide caption"]',
|
||||
'//*[contains(@class,"promo_link")]',
|
||||
'//div[@id="story-embed-column"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
20
vendor/fguillot/picofeed/lib/PicoFeed/Rules/dailyjs.com.php
vendored
Normal file
20
vendor/fguillot/picofeed/lib/PicoFeed/Rules/dailyjs.com.php
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://dailyjs.com/2014/08/07/p5js/',
|
||||
'body' => array(
|
||||
'//div[@id="post"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//h2[@class="post"]',
|
||||
'//div[@class="meta"]',
|
||||
'//*[contains(@class, "addthis_toolbox")]',
|
||||
'//*[contains(@class, "addthis_default_style")]',
|
||||
'//*[@class="navigation small"]',
|
||||
'//*[@id="related"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
16
vendor/fguillot/picofeed/lib/PicoFeed/Rules/dailyreporter.com.php
vendored
Normal file
16
vendor/fguillot/picofeed/lib/PicoFeed/Rules/dailyreporter.com.php
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://dailyreporter.com/2016/01/09/us-supreme-court-case-could-weaken-government-workers-unions/',
|
||||
'body' => array(
|
||||
'//div[contains(@class, "entry-content")]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//div[@class="dmcss_login_form"]',
|
||||
'//*[contains(@class, "sharedaddy")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/dailytech.com.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/dailytech.com.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.dailytech.com/Apples+First+Fixes+to+iOS+9+Land+w+iOS++901+Release/article37495.htm',
|
||||
'body' => array(
|
||||
'//div[@class="NewsBodyImage"]',
|
||||
'//span[@id="lblSummary"]',
|
||||
'//span[@id="lblBody"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
15
vendor/fguillot/picofeed/lib/PicoFeed/Rules/degroupnews.com.php
vendored
Normal file
15
vendor/fguillot/picofeed/lib/PicoFeed/Rules/degroupnews.com.php
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.degroupnews.com/medias/vodsvod/amazon-concurrence-la-chromecast-de-google-avec-fire-tv-stick',
|
||||
'body' => array(
|
||||
'//div[@class="contenu"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//div[contains(@class, "a2a")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
15
vendor/fguillot/picofeed/lib/PicoFeed/Rules/derstandard.at.php
vendored
Normal file
15
vendor/fguillot/picofeed/lib/PicoFeed/Rules/derstandard.at.php
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://derstandard.at/2000010267354/The-Witcher-3-Hohe-Hardware-Anforderungen-fuer-PC-Spieler?ref=rss',
|
||||
'body' => array(
|
||||
'//div[@class="copytext"]',
|
||||
'//ul[@id="media-list"]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
12
vendor/fguillot/picofeed/lib/PicoFeed/Rules/dilbert.com.php
vendored
Normal file
12
vendor/fguillot/picofeed/lib/PicoFeed/Rules/dilbert.com.php
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'body' => array(
|
||||
'//img[@class="img-responsive img-comic"]',
|
||||
),
|
||||
'test_url' => 'http://dilbert.com/strip/2016-01-28',
|
||||
),
|
||||
),
|
||||
);
|
18
vendor/fguillot/picofeed/lib/PicoFeed/Rules/discovermagazine.com.php
vendored
Normal file
18
vendor/fguillot/picofeed/lib/PicoFeed/Rules/discovermagazine.com.php
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://blogs.discovermagazine.com/the-extremo-files/2015/09/11/have-scientists-found-the-worlds-deepest-fish/',
|
||||
'body' => array(
|
||||
'//div[@class="entry"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//h1',
|
||||
'//div[@class="meta"]',
|
||||
'//div[@class="shareIcons"]',
|
||||
'//div[@class="navigation"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/distrowatch.com.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/distrowatch.com.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://distrowatch.com/?newsid=08355',
|
||||
'body' => array(
|
||||
'//td[@class="NewsText"][1]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
16
vendor/fguillot/picofeed/lib/PicoFeed/Rules/dozodomo.com.php
vendored
Normal file
16
vendor/fguillot/picofeed/lib/PicoFeed/Rules/dozodomo.com.php
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://dozodomo.com/bento/2014/03/04/lart-des-maki-de-takayo-kiyota/',
|
||||
'body' => array(
|
||||
'//div[@class="joke"]',
|
||||
'//div[@class="story-cover"]',
|
||||
'//div[@class="story-content"]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
16
vendor/fguillot/picofeed/lib/PicoFeed/Rules/drawingboardcomic.com.php
vendored
Normal file
16
vendor/fguillot/picofeed/lib/PicoFeed/Rules/drawingboardcomic.com.php
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'body' => array('//img[@id="comicimage"]'),
|
||||
'strip' => array(),
|
||||
'test_url' => 'http://drawingboardcomic.com/index.php?comic=208',
|
||||
),
|
||||
),
|
||||
'filter' => array(
|
||||
'%.*%' => array(
|
||||
'%title="(.+)" */>%' => '/><br/>$1',
|
||||
),
|
||||
),
|
||||
);
|
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/endlessorigami.com.php
vendored
Normal file
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/endlessorigami.com.php
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'filter' => array(
|
||||
'%.*%' => array(
|
||||
'%-150x150%' => '',
|
||||
),
|
||||
),
|
||||
);
|
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/engadget.com.php
vendored
Normal file
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/engadget.com.php
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.engadget.com/2015/04/20/dark-matter-discovery/?ncid=rss_truncated',
|
||||
'body' => array('//div[@id="page_body"]/div[@class="container@m-"]'),
|
||||
'strip' => array('//aside[@role="banner"]'),
|
||||
),
|
||||
),
|
||||
);
|
46
vendor/fguillot/picofeed/lib/PicoFeed/Rules/escapistmagazine.com.php
vendored
Normal file
46
vendor/fguillot/picofeed/lib/PicoFeed/Rules/escapistmagazine.com.php
vendored
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%/articles/view/comicsandcosplay/comics/critical-miss.*%' => array(
|
||||
'body' => array('//*[@class="body"]/span/img | //div[@class="folder_nav_links"]/following::p'),
|
||||
'test_url' => 'http://www.escapistmagazine.com/articles/view/comicsandcosplay/comics/critical-miss/13776-Critical-Miss-on-Framerates?utm_source=rss&utm_medium=rss&utm_campaign=articles',
|
||||
'strip' => array(),
|
||||
),
|
||||
'%/articles/view/comicsandcosplay/comics/namegame.*%' => array(
|
||||
'body' => array('//*[@class="body"]/span/p/img[@height != "120"]'),
|
||||
'test_url' => 'http://www.escapistmagazine.com/articles/view/comicsandcosplay/comics/namegame/9759-Leaving-the-Nest?utm_source=rss&utm_medium=rss&utm_campaign=articles',
|
||||
'strip' => array(),
|
||||
),
|
||||
'%/articles/view/comicsandcosplay/comics/stolen-pixels.*%' => array(
|
||||
'body' => array('//*[@class="body"]/span/p[2]/img'),
|
||||
'test_url' => 'http://www.escapistmagazine.com/articles/view/comicsandcosplay/comics/stolen-pixels/8866-Stolen-Pixels-258-Where-the-Boys-Are?utm_source=rss&utm_medium=rss&utm_campaign=articles',
|
||||
'strip' => array(),
|
||||
),
|
||||
'%/articles/view/comicsandcosplay/comics/bumhugparade.*%' => array(
|
||||
'body' => array('//*[@class="body"]/span/p[2]/img'),
|
||||
'test_url' => 'http://www.escapistmagazine.com/articles/view/comicsandcosplay/comics/bumhugparade/8262-Bumhug-Parade-13?utm_source=rss&utm_medium=rss&utm_campaign=articles',
|
||||
'strip' => array(),
|
||||
),
|
||||
'%/articles/view/comicsandcosplay.*/comics/escapistradiotheater%' => array(
|
||||
'body' => array('//*[@class="body"]/span/p[2]/img'),
|
||||
'test_url' => 'http://www.escapistmagazine.com/articles/view/comicsandcosplay/comics/escapistradiotheater/8265-The-Escapist-Radio-Theater-13?utm_source=rss&utm_medium=rss&utm_campaign=articles',
|
||||
'strip' => array(),
|
||||
),
|
||||
'%/articles/view/comicsandcosplay/comics/paused.*%' => array(
|
||||
'body' => array('//*[@class="body"]/span/p[2]/img | //*[@class="body"]/span/div/img'),
|
||||
'test_url' => 'http://www.escapistmagazine.com/articles/view/comicsandcosplay/comics/paused/8263-Paused-16?utm_source=rss&utm_medium=rss&utm_campaign=articles',
|
||||
'strip' => array(),
|
||||
),
|
||||
'%/articles/view/comicsandcosplay/comics/fraughtwithperil.*%' => array(
|
||||
'body' => array('//*[@class="body"]'),
|
||||
'test_url' => 'http://www.escapistmagazine.com/articles/view/comicsandcosplay/comics/fraughtwithperil/12166-The-Escapist-Presents-Escapist-Comics-Critical-Miss-B-lyeh-Fhlop?utm_source=rss&utm_medium=rss&utm_campaign=articles',
|
||||
'strip' => array(),
|
||||
),
|
||||
'%/articles/view/video-games/columns/.*%' => array(
|
||||
'body' => array('//*[@id="article_content"]'),
|
||||
'test_url' => 'http://www.escapistmagazine.com/articles/view/video-games/columns/experienced-points/13971-What-50-Shades-and-Batman-Have-in-Common.2',
|
||||
'strip' => array(),
|
||||
),
|
||||
),
|
||||
);
|
12
vendor/fguillot/picofeed/lib/PicoFeed/Rules/espn.go.com.php
vendored
Normal file
12
vendor/fguillot/picofeed/lib/PicoFeed/Rules/espn.go.com.php
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://espn.go.com/nfl/story/_/id/13388208/jason-whitlock-chip-kelly-controversy',
|
||||
'body' => array(
|
||||
'//p',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
16
vendor/fguillot/picofeed/lib/PicoFeed/Rules/exocomics.com.php
vendored
Normal file
16
vendor/fguillot/picofeed/lib/PicoFeed/Rules/exocomics.com.php
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'body' => array('//a[@class="comic"]/img'),
|
||||
'strip' => array(),
|
||||
'test_url' => 'http://www.exocomics.com/379',
|
||||
),
|
||||
),
|
||||
'filter' => array(
|
||||
'%.*%' => array(
|
||||
'%title="(.+)" */>%' => '/><br/>$1',
|
||||
),
|
||||
),
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/explosm.net.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/explosm.net.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://explosm.net/comics/3803/',
|
||||
'body' => array(
|
||||
'//div[@id="comic-container"]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/extrafabulouscomics.com.php
vendored
Normal file
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/extrafabulouscomics.com.php
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'filter' => array(
|
||||
'%.*%' => array(
|
||||
'%-150x150%' => '',
|
||||
),
|
||||
),
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/fastcodesign.com.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/fastcodesign.com.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.fastcodesign.com/3026548/exposure/peek-inside-the-worlds-forbidden-subway-tunnels',
|
||||
'body' => array(
|
||||
'//article[contains(@class, "body prose")]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/fastcoexist.com.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/fastcoexist.com.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.fastcoexist.com/3026114/take-a-seat-on-this-gates-funded-future-toilet-that-will-change-how-we-think-about-poop',
|
||||
'body' => array(
|
||||
'//article[contains(@class, "body prose")]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/fastcompany.com.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/fastcompany.com.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.fastcompany.com/3026712/fast-feed/elon-musk-an-apple-tesla-merger-is-very-unlikely',
|
||||
'body' => array(
|
||||
'//article[contains(@class, "body prose")]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/ffworld.com.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/ffworld.com.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.ffworld.com/?rub=news&page=voir&id=2709',
|
||||
'body' => array(
|
||||
'//div[@class="news_body"]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
22
vendor/fguillot/picofeed/lib/PicoFeed/Rules/foreignpolicy.com.php
vendored
Normal file
22
vendor/fguillot/picofeed/lib/PicoFeed/Rules/foreignpolicy.com.php
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://foreignpolicy.com/2016/01/09/networking-giant-pulls-nsa-linked-code-exploited-by-hackers/',
|
||||
'body' => array(
|
||||
'//article',
|
||||
),
|
||||
'strip' => array(
|
||||
'//div[@id="post-category"]',
|
||||
'//div[@id="desktop-right"]',
|
||||
'//h1',
|
||||
'//section[@class="article-meta"]',
|
||||
'//div[@class="side-panel-wrapper"]',
|
||||
'//*[contains(@class, "share-")]',
|
||||
'//*[contains(@id, "taboola-")]',
|
||||
'//div[@class="comments"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
19
vendor/fguillot/picofeed/lib/PicoFeed/Rules/fossbytes.com.php
vendored
Normal file
19
vendor/fguillot/picofeed/lib/PicoFeed/Rules/fossbytes.com.php
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://fossbytes.com/fbi-hacked-1000-computers-to-shut-down-largest-child-pornography-site-on-the-dark-web/',
|
||||
'body' => array(
|
||||
'//div[@class="entry-inner"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//*[@class="at-above-post addthis_default_style addthis_toolbox at-wordpress-hide"]',
|
||||
'//*[@class="at-below-post addthis_default_style addthis_toolbox at-wordpress-hide"]',
|
||||
'//*[@class="at-below-post-recommended addthis_default_style addthis_toolbox at-wordpress-hide"]',
|
||||
'//*[@class="code-block code-block-12 ai-desktop"]',
|
||||
'//*[@class="code-block code-block-13 ai-tablet-phone"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/fowllanguagecomics.com.php
vendored
Normal file
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/fowllanguagecomics.com.php
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'body' => array('//*[@id="comic"] | //*[@class="post-image"]'),
|
||||
'strip' => array(),
|
||||
'test_url' => 'http://www.fowllanguagecomics.com/comic/working-out/',
|
||||
),
|
||||
),
|
||||
);
|
17
vendor/fguillot/picofeed/lib/PicoFeed/Rules/geek.com.php
vendored
Normal file
17
vendor/fguillot/picofeed/lib/PicoFeed/Rules/geek.com.php
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.geek.com/news/the-11-best-ways-to-eat-eggs-1634076/',
|
||||
'body' => array(
|
||||
'//div[@class="articleinfo"]/figure',
|
||||
'//div[@class="articleinfo"]/article',
|
||||
'//span[@class="by"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//span[@class="red"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/gerbilwithajetpack.com.php
vendored
Normal file
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/gerbilwithajetpack.com.php
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'body' => array(
|
||||
'//div[@id="comic-1"]',
|
||||
'//div[@class="entry"]',
|
||||
),
|
||||
'test_url' => 'http://gerbilwithajetpack.com/passing-the-digital-buck/',
|
||||
),
|
||||
),
|
||||
);
|
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/giantitp.com.php
vendored
Normal file
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/giantitp.com.php
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%/comics/oots.*%' => array(
|
||||
'test_url' => 'http://www.giantitp.com/comics/oots0989.html',
|
||||
'body' => array(
|
||||
'//td[@align="center"]/img',
|
||||
),
|
||||
'strip' => array(),
|
||||
),
|
||||
),
|
||||
);
|
15
vendor/fguillot/picofeed/lib/PicoFeed/Rules/github.com.php
vendored
Normal file
15
vendor/fguillot/picofeed/lib/PicoFeed/Rules/github.com.php
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'https://github.com/audreyr/favicon-cheat-sheet',
|
||||
'body' => array(
|
||||
'//article[contains(@class, "entry-content")]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//h1',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/gocomics.com.php
vendored
Normal file
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/gocomics.com.php
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.gocomics.com/pearlsbeforeswine/2015/05/30',
|
||||
'body' => array(
|
||||
'//div[1]/p[1]/a[1]/img',
|
||||
),
|
||||
'strip' => array(),
|
||||
),
|
||||
),
|
||||
);
|
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/golem.de.php
vendored
Normal file
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/golem.de.php
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.golem.de/news/breko-telekom-verzoegert-gezielt-den-vectoring-ausbau-1311-102974.html',
|
||||
'body' => array(
|
||||
'//header[@class="cluster-header"]',
|
||||
'//div[@class="formatted"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
12
vendor/fguillot/picofeed/lib/PicoFeed/Rules/greekculture.com.php
vendored
Normal file
12
vendor/fguillot/picofeed/lib/PicoFeed/Rules/greekculture.com.php
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%/joyoftech/.*%' => array(
|
||||
'body' => array(
|
||||
'//img[@width="640"]',
|
||||
),
|
||||
'test_url' => 'http://www.geekculture.com/joyoftech/joyarchives/2235.html',
|
||||
),
|
||||
),
|
||||
);
|
19
vendor/fguillot/picofeed/lib/PicoFeed/Rules/happletea.com.php
vendored
Normal file
19
vendor/fguillot/picofeed/lib/PicoFeed/Rules/happletea.com.php
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'body' => array(
|
||||
'//div[@id="comic"]',
|
||||
'//div[@class="entry"]',
|
||||
),
|
||||
'strip' => array('//div[@class="ssba"]'),
|
||||
'test_url' => 'http://www.happletea.com/comic/mans-best-friend/',
|
||||
),
|
||||
),
|
||||
'filter' => array(
|
||||
'%.*%' => array(
|
||||
'%title="(.+)" */>%' => '/><br/>$1',
|
||||
),
|
||||
),
|
||||
);
|
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/heise.de.php
vendored
Normal file
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/heise.de.php
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.heise.de/security/meldung/BND-300-Millionen-Euro-fuer-Fruehwarnsystem-gegen-Cyber-Attacken-2192237.html',
|
||||
'body' => array(
|
||||
'//div[@class="meldung_wrapper"]',
|
||||
'//div[@class="artikel_content"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/huffingtonpost.com.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/huffingtonpost.com.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.huffingtonpost.com/2014/02/20/centscere-social-media-syracuse_n_4823848.html',
|
||||
'body' => array(
|
||||
'//article[@class="content")]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/imogenquest.net.php
vendored
Normal file
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/imogenquest.net.php
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'filter' => array(
|
||||
'%.*%' => array(
|
||||
'%title="(.+)" */>%' => '/><br/>$1',
|
||||
),
|
||||
),
|
||||
);
|
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/ing.dk.php
vendored
Normal file
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/ing.dk.php
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://ing.dk/artikel/smart-husisolering-og-styring-skal-mindske-japans-energikrise-164517',
|
||||
'body' => array(
|
||||
'//section[contains(@class, "teaser")]',
|
||||
'//section[contains(@class, "body")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/invisiblebread.com.php
vendored
Normal file
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/invisiblebread.com.php
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'filter' => array(
|
||||
'%.*%' => array(
|
||||
'%(<img.+(\\d{4}-\\d{2}-\\d{2}).+/>)%' => '$1<img src="http://invisiblebread.com/eps/$2-extrapanel.png"/>',
|
||||
),
|
||||
),
|
||||
);
|
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/ir.amd.com.php
vendored
Normal file
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/ir.amd.com.php
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'body' => array('//span[@class="ccbnTxt"]'),
|
||||
'strip' => array(),
|
||||
'test_url' => 'http://ir.amd.com/phoenix.zhtml?c=74093&p=RssLanding&cat=news&id=2055819',
|
||||
),
|
||||
),
|
||||
);
|
22
vendor/fguillot/picofeed/lib/PicoFeed/Rules/japantimes.co.jp.php
vendored
Normal file
22
vendor/fguillot/picofeed/lib/PicoFeed/Rules/japantimes.co.jp.php
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.japantimes.co.jp/news/2015/09/27/world/social-issues-world/pope-meets-sex-abuse-victims-philadelphia-promises-accountability/',
|
||||
'body' => array(
|
||||
'//article[@role="main"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//script',
|
||||
'//header',
|
||||
'//div[contains(@class, "meta")]',
|
||||
'//div[@class="clearfix"]',
|
||||
'//div[@class="OUTBRAIN"]',
|
||||
'//ul[@id="content_footer_menu"]',
|
||||
'//div[@class="article_footer_ad"]',
|
||||
'//div[@id="disqus_thread"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
16
vendor/fguillot/picofeed/lib/PicoFeed/Rules/japantoday.com.php
vendored
Normal file
16
vendor/fguillot/picofeed/lib/PicoFeed/Rules/japantoday.com.php
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.japantoday.com/category/politics/view/japan-u-s-to-sign-new-base-environment-pact',
|
||||
'body' => array(
|
||||
'//div[@id="article_container"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//h2',
|
||||
'//div[@id="article_info"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
12
vendor/fguillot/picofeed/lib/PicoFeed/Rules/journaldugeek.com.php
vendored
Normal file
12
vendor/fguillot/picofeed/lib/PicoFeed/Rules/journaldugeek.com.php
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www./2014/05/20/le-playstation-now-arrive-en-beta-fermee-aux-etats-unis/',
|
||||
'body' => array(
|
||||
'//div[@class="post-content"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
24
vendor/fguillot/picofeed/lib/PicoFeed/Rules/jsonline.com.php
vendored
Normal file
24
vendor/fguillot/picofeed/lib/PicoFeed/Rules/jsonline.com.php
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.jsonline.com/news/usandworld/as-many-as-a-million-expected-for-popes-last-mass-in-us-b99585180z1-329688131.html',
|
||||
'body' => array(
|
||||
'//div[@id="mainContent"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//script',
|
||||
'//h1',
|
||||
'//h4[@class="credit"]',
|
||||
'//div[@class="columnist_container"]',
|
||||
'//div[@class="storyTimestamp"]',
|
||||
'//ul[@id="sharing-tools"]',
|
||||
'//div[@class="title"]',
|
||||
'//img[@class="floatLeft"]',
|
||||
'//div[@class="first feature"]',
|
||||
'//div[@class="collateral_article_content"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/kanpai.fr.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/kanpai.fr.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.kanpai.fr/japon/comment-donner-lheure-en-japonais.html',
|
||||
'body' => array(
|
||||
'//div[@class="single-left"]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/karriere.jobfinder.dk.php
vendored
Normal file
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/karriere.jobfinder.dk.php
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://karriere.jobfinder.dk/artikel/dansk-professor-skal-lede-smart-grid-forskning-20-millioner-dollars-763',
|
||||
'body' => array(
|
||||
'//section[contains(@class, "teaser")]',
|
||||
'//section[contains(@class, "body")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
12
vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreaherald.com.php
vendored
Normal file
12
vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreaherald.com.php
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.koreaherald.com/view.php?ud=20150926000018',
|
||||
'body' => array(
|
||||
'//div[@class="content_view"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
16
vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreatimes.php
vendored
Normal file
16
vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreatimes.php
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.koreatimes.co.kr/www/news/nation/2015/12/116_192409.html',
|
||||
'body' => array(
|
||||
'//div[@id="p"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//script',
|
||||
'//div[@id="webtalks_btn_listenDiv"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/lastplacecomics.com.php
vendored
Normal file
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/lastplacecomics.com.php
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'filter' => array(
|
||||
'%.*%' => array(
|
||||
'%-150x150%' => '',
|
||||
),
|
||||
),
|
||||
);
|
18
vendor/fguillot/picofeed/lib/PicoFeed/Rules/lejapon.fr.php
vendored
Normal file
18
vendor/fguillot/picofeed/lib/PicoFeed/Rules/lejapon.fr.php
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://lejapon.fr/guide-voyage-japon/5223/tokyo-sous-la-neige.htm',
|
||||
'body' => array(
|
||||
'//div[@class="entry"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//*[contains(@class, "addthis_toolbox")]',
|
||||
'//*[contains(@class, "addthis_default_style")]',
|
||||
'//*[@class="navigation small"]',
|
||||
'//*[@id="related"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/lesjoiesducode.fr.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/lesjoiesducode.fr.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://lesjoiesducode.fr/post/75576211207/quand-lappli-ne-fonctionne-plus-sans-aucune-raison',
|
||||
'body' => array(
|
||||
'//div[@class="blog-post-content"]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/lfg.co.php
vendored
Normal file
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/lfg.co.php
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.lfg.co/page/871/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+LookingForGroup+%28Looking+For+Group%29&utm_content=FeedBurner',
|
||||
'body' => array(
|
||||
'//*[@id="comic"]/img | //*[@class="content"]',
|
||||
),
|
||||
'strip' => array(),
|
||||
),
|
||||
),
|
||||
);
|
19
vendor/fguillot/picofeed/lib/PicoFeed/Rules/lifehacker.com.php
vendored
Normal file
19
vendor/fguillot/picofeed/lib/PicoFeed/Rules/lifehacker.com.php
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://lifehacker.com/bring-water-bottle-caps-into-concerts-to-protect-your-d-1269334973',
|
||||
'body' => array(
|
||||
'//div[contains(@class, "row")/img',
|
||||
'//div[contains(@class, "content-column")]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//*[contains(@class, "meta")]',
|
||||
'//span[contains(@class, "icon")]',
|
||||
'//h1',
|
||||
'//aside',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
15
vendor/fguillot/picofeed/lib/PicoFeed/Rules/linux.org.php
vendored
Normal file
15
vendor/fguillot/picofeed/lib/PicoFeed/Rules/linux.org.php
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.linux.org/threads/lua-the-scripting-interpreter.8352/',
|
||||
'body' => array(
|
||||
'//div[@class="messageContent"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//aside',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
21
vendor/fguillot/picofeed/lib/PicoFeed/Rules/linuxinsider.com.php
vendored
Normal file
21
vendor/fguillot/picofeed/lib/PicoFeed/Rules/linuxinsider.com.php
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.linuxinsider.com/story/82526.html?rss=1',
|
||||
'body' => array(
|
||||
'//div[@id="story"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//script',
|
||||
'//h1',
|
||||
'//div[@id="story-toolbox1"]',
|
||||
'//div[@id="story-byline"]',
|
||||
'//div[@id="story"]/p',
|
||||
'//div[@class="story-advertisement"]',
|
||||
'//iframe',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/lists.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/lists.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://lists.freebsd.org/pipermail/freebsd-announce/2013-September/001504.html',
|
||||
'body' => array(
|
||||
'//pre',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/loadingartist.com.php
vendored
Normal file
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/loadingartist.com.php
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'filter' => array(
|
||||
'%.*%' => array(
|
||||
'%-150x150%' => '',
|
||||
),
|
||||
),
|
||||
);
|
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/loldwell.com.php
vendored
Normal file
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/loldwell.com.php
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://loldwell.com/?comic=food-math-101',
|
||||
'body' => array('//*[@id="comic"]'),
|
||||
'strip' => array(),
|
||||
),
|
||||
),
|
||||
);
|
16
vendor/fguillot/picofeed/lib/PicoFeed/Rules/lukesurl.com.php
vendored
Normal file
16
vendor/fguillot/picofeed/lib/PicoFeed/Rules/lukesurl.com.php
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'body' => array('//div[@id="comic"]//img'),
|
||||
'strip' => array(),
|
||||
'test_url' => 'http://www.lukesurl.com/archives/comic/665-3-of-clubs',
|
||||
),
|
||||
),
|
||||
'filter' => array(
|
||||
'%.*%' => array(
|
||||
'%title="(.+)" */>%' => '/><br/>$1',
|
||||
),
|
||||
),
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/macg.co.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/macg.co.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.macg.co//logiciels/2014/05/feedly-sameliore-un-petit-peu-sur-mac-82205',
|
||||
'body' => array(
|
||||
'//div[contains(@class, "field-name-body")]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/marc.info.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/marc.info.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://marc.info/?l=openbsd-misc&m=141987113202061&w=2',
|
||||
'body' => array(
|
||||
'//pre',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/marriedtothesea.com.php
vendored
Normal file
13
vendor/fguillot/picofeed/lib/PicoFeed/Rules/marriedtothesea.com.php
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.marriedtothesea.com/index.php?date=052915',
|
||||
'body' => array(
|
||||
'//div[@align]/a/img',
|
||||
),
|
||||
'strip' => array(),
|
||||
),
|
||||
),
|
||||
);
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/marycagle.com.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/marycagle.com.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'body' => array(
|
||||
'//img[@id="cc-comic"]',
|
||||
'//div[@class="cc-newsbody"]',
|
||||
),
|
||||
'strip' => array(),
|
||||
'test_url' => 'http://www.marycagle.com/letsspeakenglish/74-grim-reality/',
|
||||
),
|
||||
),
|
||||
);
|
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/maximumble.thebookofbiff.com.php
vendored
Normal file
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/maximumble.thebookofbiff.com.php
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://maximumble.thebookofbiff.com/2015/04/20/1084-change/',
|
||||
'body' => array('//div[@id="comic"]/div/a/img'),
|
||||
'strip' => array(),
|
||||
),
|
||||
),
|
||||
);
|
Some files were not shown because too many files have changed in this diff Show more
Reference in a new issue