-
Notifications
You must be signed in to change notification settings - Fork 886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update yt-channel-info #2126
update yt-channel-info #2126
Conversation
@@ -1303,7 +1303,7 @@ export default Vue.extend({ | |||
|
|||
getChannelInfoLocal: function (channelId) { | |||
return new Promise((resolve, reject) => { | |||
ytch.getChannelInfo(channelId, 'latest').then(async (response) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure why 'latest' was provided here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a leftover from an early revision. Doesn't seem like it's needed.
Pull request was converted to draft
relies on FreeTubeApp/yt-channel-info#61 getting merged |
LGTM |
update yt-channel-info
Important note
We may remove your pull request if you do not use this provided PR template correctly.
Pull Request Type
Please select what type of pull request this is:
Related issue
pr #1568
Description
Please write a clear and concise description of what the pull request does.
This includes fixes to the channel community parsing as well as adds the ability to parse Channel Stats, channel links & partial support for channel home pages,
Testing (for code that is not small enough to be easily understandable)
Has this pull request been tested?
Tested searching & navigating to all tabs on a channel's page. Haven't tested fetch subscription without RSS nor data import/export but they should be working.
Desktop (please complete the following information):
Additional context
Might want a yt-channel-info patch release before this gets merged