Sha256: 64b7e080626ea817482d6c12e9e7876a72763ef3242968e085f6f4b7db52b10a
Contents?: true
Size: 363 Bytes
Versions: 4
Compression:
Stored size: 363 Bytes
Contents
class IdsPlease class Livejournal < IdsPlease::BaseParser MASK = /livejournal/i class << self private def parse_link(link) parsed = link.host.sub('.livejournal.com', '') parsed = link.host.split('.livejournal').first if parsed == link.host return if parsed == link.host parsed end end end end
Version data entries
4 entries across 4 versions & 1 rubygems