all repos

rss-tools @ a5ac52722b131734c74504b6e6f4d9900536cac7

get rss feed from sources that(i need and) dont provide one
1 files changed, 0 insertions(+), 2 deletions(-)
disable weather source
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-05-30 12:04:11 +0300
Authored at: 2026-05-30 11:58:35 +0300
Change ID: sokukmutxzoxoqkyukumzsurzzymvzos
Parent: a1cecef
M main.go
···
        12
        12
         	"olexsmir.xyz/rss-tools/sources/musicfeed"

      
        13
        13
         	"olexsmir.xyz/rss-tools/sources/telegram"

      
        14
        14
         	"olexsmir.xyz/rss-tools/sources/twitch"

      
        15
        
        -	"olexsmir.xyz/rss-tools/sources/weather"

      
        16
        15
         	"olexsmir.xyz/rss-tools/sources/ztoe"

      
        17
        16
         )

      
        18
        17
         

      ···
        45
        44
         	_ = telegram.Register(app)

      
        46
        45
         	_ = moviefeed.Register(app)

      
        47
        46
         	_ = musicfeed.Register(app)

      
        48
        
        -	_ = weather.Register(app)

      
        49
        47
         	_ = twitch.Register(app)

      
        50
        48
         

      
        51
        49
         	return app.Start(ctx)