Skip to content

Commit

Permalink
Add podcast rss of The ReadME Podcast (#9)
Browse files Browse the repository at this point in the history
* Add podcast rss of The ReadME Podcast

* Update source_test.go
  • Loading branch information
LinuxSuRen committed Feb 11, 2022
1 parent 8bf22ef commit bc33f8b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/data/source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ import (
func TestGetRSSSources(t *testing.T) {
items, err := GetRSSSources()
assert.Nil(t, err)
assert.Equal(t, 10, len(items))
assert.Equal(t, 11, len(items))
}
7 changes: 7 additions & 0 deletions pkg/data/subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,10 @@
- 开源
- chaoss
language: Chinese
- rss: https://anchor.fm/s/5a87b0f4/podcast/rss
title: The ReadME Podcast
summary:
category:
- opensource
- github
language: English

0 comments on commit bc33f8b

Please sign in to comment.