mirror of
https://github.com/iv-org/invidious.git
synced 2025-12-05 21:30:24 -08:00
Compare commits
2 Commits
35d1d499bc
...
46a9c933be
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46a9c933be | ||
|
|
48765f759d |
@@ -38,7 +38,7 @@ development_dependencies:
|
||||
|
||||
crystal: ">= 1.10.0, < 2.0.0"
|
||||
|
||||
license: AGPLv3
|
||||
license: AGPL-3.0-only
|
||||
|
||||
repository: https://github.com/iv-org/invidious
|
||||
homepage: https://invidious.io
|
||||
|
||||
@@ -143,7 +143,7 @@ def extract_channel_community(items, *, ucid, locale, format, thin_mode, is_sing
|
||||
case attachment.as_h
|
||||
when .has_key?("videoRenderer")
|
||||
parse_item(attachment)
|
||||
.as(SearchVideo)
|
||||
.as(SearchVideo | ProblematicTimelineItem)
|
||||
.to_json(locale, json)
|
||||
when .has_key?("backstageImageRenderer")
|
||||
json.object do
|
||||
|
||||
Reference in New Issue
Block a user