diff options
| author | Émilien Devos <contact@emiliendevos.be> | 2021-08-13 01:00:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-12 16:00:26 -0700 |
| commit | 12b46bbd4152c997bed9a356b1d042a70eb9b174 (patch) | |
| tree | a43039ced705c3ed7109282cb9bee413b605f295 /src/invidious.cr | |
| parent | f2b69fd8120c4e2d98ba95eb412c1d771b820b7b (diff) | |
| download | invidious-12b46bbd4152c997bed9a356b1d042a70eb9b174.tar.gz invidious-12b46bbd4152c997bed9a356b1d042a70eb9b174.tar.bz2 invidious-12b46bbd4152c997bed9a356b1d042a70eb9b174.zip | |
switch to innertube API for about channels (#2255)
Diffstat (limited to 'src/invidious.cr')
| -rw-r--r-- | src/invidious.cr | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/invidious.cr b/src/invidious.cr index 5b61b895..c940dadf 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -1338,7 +1338,6 @@ get "/feed/channel/:ucid" do |env| description_html: description_html, length_seconds: 0, live_now: false, - paid: false, premium: false, premiere_timestamp: nil, }) @@ -2154,7 +2153,6 @@ get "/api/v1/channels/:ucid" do |env| json.field "subCount", channel.sub_count json.field "totalViews", channel.total_views json.field "joined", channel.joined.to_unix - json.field "paid", channel.paid json.field "autoGenerated", channel.auto_generated json.field "isFamilyFriendly", channel.is_family_friendly |
