From ed5917b93523bd6535f0e82809d209c7768b2cce Mon Sep 17 00:00:00 2001 From: Evgeny Kuznetsov Date: Sun, 16 Jun 2019 22:05:51 +0300 Subject: initial commit It works! Can already be used! --- .gitignore | 3 ++ go.mod | 3 ++ go.sum | 2 ++ main.go | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 108 insertions(+) create mode 100644 .gitignore create mode 100644 go.mod create mode 100644 go.sum create mode 100644 main.go diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8567dfb --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.swp +*.rss +radiorus-rss diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..cfbba60 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/nekr0z/radiorus-rss + +require github.com/gorilla/feeds v1.1.1 diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..59d98aa --- /dev/null +++ b/go.sum @@ -0,0 +1,2 @@ +github.com/gorilla/feeds v1.1.1 h1:HwKXxqzcRNg9to+BbvJog4+f3s/xzvtZXICcQGutYfY= +github.com/gorilla/feeds v1.1.1/go.mod h1:Nk0jZrvPFZX1OBe5NPiddPw7CfwF6Q9eqzaBbaightA= diff --git a/main.go b/main.go new file mode 100644 index 0000000..75dad75 --- /dev/null +++ b/main.go @@ -0,0 +1,100 @@ +package main + +import ( + "flag" + "github.com/gorilla/feeds" + "io/ioutil" + "log" + "net/http" + "regexp" + "strconv" + "time" +) + +type subst struct { + from string + to string +} + +var ( + substitutes = []subst{ + {from: `"`, to: `"`}, + {from: `–`, to: `–`}, + } + + programNameRe = regexp.MustCompile(`

(.+?)?

`) + episodeRe = regexp.MustCompile(`(?s)
(.+?)?
`) + episodeAudioRe = regexp.MustCompile(`data\-id="(.+?)?">`) + episodeDateRe = regexp.MustCompile(`brand\-time brand\-menu\-link">(.+?)?\.(.+?)?\.(.+?)? в (.+?)?:(.+?)?`) + episodeTitleRe = regexp.MustCompile(`title brand\-menu\-link">(.+?)?`) + episodeUrlRe = regexp.MustCompile(`