class RssScrapers::BalikesirUni

Defined in:

scrapers/balikesir-uni.cr

Constant Summary

MONTHS = {ARA: 12, KAS: 11, "EKİ": 10, EYL: 9, "AĞU": 8, TEM: 7, HAZ: 6, MAY: 5, "NİS": 4, MAR: 3, "ŞUB": 2, OCA: 1}
TIME_LOC = Time::Location.load("Europe/Istanbul")

Instance Method Summary

Instance methods inherited from class RssScrapers::BaseScraper

path : String path, run run, target : URI target, title : String title

Constructor methods inherited from class RssScrapers::BaseScraper

new(path : String, title : String, target : URI) new

Instance Method Detail

def run #
Description copied from class RssScrapers::BaseScraper

This is the main method for the scraper. Should return RSS::Channel instance.


[View source]