You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have this feature when getting videos from a channel.
video['publishedTimeText']['simpleText']
will return some strings like "13 days ago" or "2 weeks ago" but the result will change over time.
Also, there are some issues when converting text to date.
Is there a way to check the publication date of a video while running get_channel function?
The text was updated successfully, but these errors were encountered:
Hey! I'd also like this to be implemented, but after looking at the code I'm not sure is possible. The function parses the "Videos" tab and the published date is not there (or at least I couldn't find it).
For my use case, I've solved the issue with this workaround:
It would be nice to have this feature when getting videos from a channel.
will return some strings like "13 days ago" or "2 weeks ago" but the result will change over time.
Also, there are some issues when converting text to date.
Is there a way to check the publication date of a video while running get_channel function?
The text was updated successfully, but these errors were encountered: