Created
June 7, 2009 14:41
-
-
Save siuying/125357 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Fullfeed | |
module Extractor | |
class YahooNewsHongKongExtractor < XpathExtractor | |
# register this extractor to the system | |
register | |
def initialize | |
super(%r{http://hk\.rd\.yahoo.com/news/rss/\*http://.+\.html}, ".livewords") | |
end | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment