The Wayback Machine - https://web.archive.org/web/20210423005241/https://github.com/topics/python-client
Skip to content
#

python-client

Here are 124 public repositories matching this topic...

mabrownnyu
mabrownnyu commented Feb 28, 2019

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

  • parser
  • LIST OF VALID VIDEO IDS DOES NOT WORK AND I HAVE NO IDEA WHY
  • video_id
  • lang_code

Tests for get_channel_id_from_user

Located in `test_channel_methods.

izzylys
izzylys commented Feb 9, 2021

The AbstractTransport was initially imagined with some useful shared functionality for all transports, but as the Transport system evolved this no longer seemed necessary. At this point, the AbstractTransport should probably get canned unless there are any suggestions for functionality that would be helpful to future transport authors.

Improve this page

Add a description, image, and links to the python-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-client topic, visit your repo's landing page and select "manage topics."

Learn more