Python-youtube-async

Latest version: v1.0.0

Safety actively analyzes 623642 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.8.1

Deprecation

Detail at: https://developers.google.com/youtube/v3/revision_history#may-12,-2021

- Remove channel resource in brandingSettings for channel.
- Remove localizations,targeting resource and some snippet resource for channelSection.
- Remove tags in snippet for playlist.

Broken Change

Methods `get_channel_sections_by_channel`, `get_channel_section_by_id` has remove parameter `hl`.

0.8.0

Broken Change

Modify the auth flow methods.

What's New

1. add python3.9 tests
2. New docs

0.7.0

What's New

1. Add api methods for members and membership levels
2. Add more examples for api
3. Add fields for playlist item api
4. fix some.

0.6.1

What's New

Remove deprecated api.

0.6.0

What's New

Provide remain get apis. like activities, captions, channel_sections, i18n, video_abuse_report_reason, search resource and so on.

You can see the `README`_ to get more detail for those api.

0.5.3

What's New

Provide the page token parameter to skip data have retrieved.

This for follow api methods

python
api.get_playlists()
api.get_playlist_items()
api.get_videos_by_chart()
api.get_videos_by_myrating()
api.get_comment_threads()
api.get_comments()
api.get_subscription_by_channel()
api.get_subscription_by_me()


example


In[1]: r = api.get_subscription_by_channel(channel_id="UCAuUUnT6oDeKwE6v1NGQxug", limit=5, count=None, page_token="CAUQAA")
In[2]:r.prevPageToken
Out[2]: 'CAUQAQ'

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.