File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,13 +114,13 @@ class Source(models.Model):
114114 }
115115 # Format to use to display a URL for the source
116116 URLS = {
117- SOURCE_TYPE_YOUTUBE_CHANNEL : 'https://www.youtube.com/c/ {key}' ,
117+ SOURCE_TYPE_YOUTUBE_CHANNEL : 'https://www.youtube.com/{key}' ,
118118 SOURCE_TYPE_YOUTUBE_CHANNEL_ID : 'https://www.youtube.com/channel/{key}' ,
119119 SOURCE_TYPE_YOUTUBE_PLAYLIST : 'https://www.youtube.com/playlist?list={key}' ,
120120 }
121121 # Format used to create indexable URLs
122122 INDEX_URLS = {
123- SOURCE_TYPE_YOUTUBE_CHANNEL : 'https://www.youtube.com/c/ {key}/videos' ,
123+ SOURCE_TYPE_YOUTUBE_CHANNEL : 'https://www.youtube.com/{key}/videos' ,
124124 SOURCE_TYPE_YOUTUBE_CHANNEL_ID : 'https://www.youtube.com/channel/{key}/videos' ,
125125 SOURCE_TYPE_YOUTUBE_PLAYLIST : 'https://www.youtube.com/playlist?list={key}' ,
126126 }
You can’t perform that action at this time.
0 commit comments