We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
get_captions
Located in test_captions_methods.py
test_captions_methods.py
def get_captions(self, video_id, lang_code='en', parser=P.parse_caption_track, **kwargs)
get_channel_id_from_user
Located in test_channel_methods.py
test_channel_methods.py
def get_channel_id_from_user(self, username, **kwargs)
get_channel_metadata_gen
def get_channel_metadata_gen(self, channel_id, parser=P.parse_channel_metadata, part=["id", "snippet", "contentDetails", "statistics", "topicDetails", "brandingSettings"], **kwargs)
get_channel_metadata
def get_channel_metadata(self, channel_id, parser=P.parse_channel_metadata, part=["id", "snippet", "contentDetails", "statistics", "topicDetails", "brandingSettings"], **kwargs)
get_subscriptions
def get_subscriptions(self, channel_id, next_page_token=False, parser=P.parse_subscription_descriptive, part=['id', 'snippet'], **kwargs)
get_featured_channels
def get_featured_channels(self, channel_id, parser=P.parse_featured_channels, **kwargs)
get_featured_channels_gen
def get_featured_channels_gen(self, channel_id, parser=P.parse_featured_channels, part=["id", "brandingSettings"], **kwargs)
__init__
Located in test_initialization.py
test_initialization.py
def __init__(self, key, api_version='3')
verify_key
def verify_key(self)
get_playlists
Located in test_playlist_methods.py
test_playlist_methods.py
def get_playlists(self, channel_id, next_page_token=False, parser=P.parse_playlist_metadata, part=['id','snippet','contentDetails'], **kwargs)
get_video_from_playlist_id
def get_videos_from_playlist_id(self, playlist_id, next_page_token=None, published_after=datetime.datetime(1990,1,1), parser=P.parse_video_url, part=['snippet'], **kwargs)
search
Located in test_search_args.py
test_search_args.py
def search(self, q=None, channel_id=None, max_results=5, order_by="relevance", next_page_token=None, published_after=datetime.datetime(2000,1,1), published_before=datetime.datetime(3000,1,1), location=None, location_radius='1km', region_code=None, safe_search=None, relevance_language=None, event_type=None, topic_id=None, video_duration=None, search_type="video", parser=P.parse_rec_video_metadata, part=['snippet'], **kwargs)
get_video_metadata_gen
Located in test_video_methods.py
test_video_methods.py
def get_video_metadata_gen(self, video_id, parser=P.parse_video_metadata, part=['statistics','snippet'], **kwargs)
get_video_metadata
def get_video_metadata(self, video_id, parser=P.parse_video_metadata, part=['statistics','snippet'], **kwargs)
get_video_comments
def get_video_comments(self, video_id, get_replies=True, max_results=None, next_page_token=False, parser=P.parse_comment_metadata, part = ['snippet'], **kwargs)
get_recommended_videos
def get_recommended_videos(self, video_id, max_results=5, parser=P.parse_rec_video_metadata, **kwargs)
test_videos_from_playlist.py
Located in test_parsers.py
test_parsers.py
def raw_json(item)
def raw_json_with_datetime(item)
def parse_video_metadata(item)
def parse_video_url(item)
def parse_channel_metadata(item)
def parse_subscription_descriptive(item)
def parse_featured_channels(item)
def parse_playlist_metadata(item)
def parse_comment_metadata(item)
def parse_rec_video_metadata(item)
def parse_caption_track(item)
raw_json
parse_video_metadata
parse_video_url
parse_channel_metadata
parse_featured_channels
parse_playlist_metadata
parse_comment_metadata
parse_rec_video_metadata
Located in test_utils.py
test_utils.py
def _chunker(l, chunksize)
def _load_response(response)
def _text_from_html(html_body)
def parse_yt_datetime(date_str)
def strip_video_id_from_url(url)
def get_upload_playlist_id(channel_id)
def get_liked_playlist_id(channel_id)
def is_user(channel_url)
def strip_youtube_id(channel_url)
def get_channel_id_from_custom_url(url)
def get_url_from_video_id(video_id)
The text was updated successfully, but these errors were encountered:
test_captions.py
No branches or pull requests
TESTS
Tests for
get_captions
Located in
test_captions_methods.py
Function Tested
def get_captions(self, video_id, lang_code='en', parser=P.parse_caption_track, **kwargs)
TO DO
Tests for
get_channel_id_from_user
Located in
test_channel_methods.py
Function Tested
def get_channel_id_from_user(self, username, **kwargs)
TO DO
Tests for
get_channel_metadata_gen
Located in
test_channel_methods.py
Function Tested
def get_channel_metadata_gen(self, channel_id, parser=P.parse_channel_metadata, part=["id", "snippet", "contentDetails", "statistics", "topicDetails", "brandingSettings"], **kwargs)
TO DO
Tests for
get_channel_metadata
Located in
test_channel_methods.py
Function Tested
def get_channel_metadata(self, channel_id, parser=P.parse_channel_metadata, part=["id", "snippet", "contentDetails", "statistics", "topicDetails", "brandingSettings"], **kwargs)
TO DO
Tests for
get_subscriptions
Located in
test_channel_methods.py
Function Tested
def get_subscriptions(self, channel_id, next_page_token=False, parser=P.parse_subscription_descriptive, part=['id', 'snippet'], **kwargs)
TO DO
Tests for
get_featured_channels
Located in
test_channel_methods.py
Function Tested
def get_featured_channels(self, channel_id, parser=P.parse_featured_channels, **kwargs)
TO DO
Tests for
get_featured_channels_gen
Located in
test_channel_methods.py
Function Tested
def get_featured_channels_gen(self, channel_id, parser=P.parse_featured_channels, part=["id", "brandingSettings"], **kwargs)
TO DO
Tests for
__init__
Located in
test_initialization.py
Function Tested
def __init__(self, key, api_version='3')
TO DO
Tests for
verify_key
Located in
test_initialization.py
Function Tested
def verify_key(self)
TO DO
Tests for
get_playlists
Located in
test_playlist_methods.py
Function Tested
def get_playlists(self, channel_id, next_page_token=False, parser=P.parse_playlist_metadata, part=['id','snippet','contentDetails'], **kwargs)
TO DO
Tests for
get_video_from_playlist_id
Located in
test_playlist_methods.py
Function Tested
def get_videos_from_playlist_id(self, playlist_id, next_page_token=None, published_after=datetime.datetime(1990,1,1), parser=P.parse_video_url, part=['snippet'], **kwargs)
TO DO
Tests for
search
Located in
test_search_args.py
Function Tested
def search(self, q=None, channel_id=None, max_results=5, order_by="relevance", next_page_token=None, published_after=datetime.datetime(2000,1,1), published_before=datetime.datetime(3000,1,1), location=None, location_radius='1km', region_code=None, safe_search=None, relevance_language=None, event_type=None, topic_id=None, video_duration=None, search_type="video", parser=P.parse_rec_video_metadata, part=['snippet'], **kwargs)
TO DO
Tests for
get_video_metadata_gen
Located in
test_video_methods.py
Function tested
def get_video_metadata_gen(self, video_id, parser=P.parse_video_metadata, part=['statistics','snippet'], **kwargs)
TO DO
Tests for
get_video_metadata
Located in
test_video_methods.py
Function tested
def get_video_metadata(self, video_id, parser=P.parse_video_metadata, part=['statistics','snippet'], **kwargs)
TO DO
Tests for
get_video_comments
Located in
test_video_methods.py
Function tested
def get_video_comments(self, video_id, get_replies=True, max_results=None, next_page_token=False, parser=P.parse_comment_metadata, part = ['snippet'], **kwargs)
TO DO
Tests for
get_recommended_videos
Located in
test_video_methods.py
Function tested
def get_recommended_videos(self, video_id, max_results=5, parser=P.parse_rec_video_metadata, **kwargs)
TO DO
Tests for
test_videos_from_playlist.py
test_playlist_methods.py
Tests for Parsers
Located in
test_parsers.py
Functions Tested
def raw_json(item)
def raw_json_with_datetime(item)
def parse_video_metadata(item)
def parse_video_url(item)
def parse_channel_metadata(item)
def parse_subscription_descriptive(item)
def parse_featured_channels(item)
def parse_playlist_metadata(item)
def parse_comment_metadata(item)
def parse_rec_video_metadata(item)
def parse_caption_track(item)
TO DO
raw_json
parse_video_metadata
parse_video_url
parse_channel_metadata
parse_featured_channels
parse_playlist_metadata
parse_comment_metadata
parse_rec_video_metadata
def raw_json_with_datetime(item)
def parse_caption_track(item)
def parse_subscription_descriptive(item)
Tests for Utils
Located in
test_utils.py
Functions Tested
def _chunker(l, chunksize)
def _load_response(response)
def _text_from_html(html_body)
def parse_yt_datetime(date_str)
def strip_video_id_from_url(url)
def get_upload_playlist_id(channel_id)
def get_liked_playlist_id(channel_id)
def is_user(channel_url)
def strip_youtube_id(channel_url)
def get_channel_id_from_custom_url(url)
def get_url_from_video_id(video_id)
TO DO
The text was updated successfully, but these errors were encountered: