Skip to content
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

Allow sequences in parameter specifications with urlencode #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adammw
Copy link

@adammw adammw commented Jul 3, 2013

This fixes problems when specifying multiple search criteria.
Currently, trying to query multiple search criteria fails due to the urlencode not supporting sequences, e.g. this example fails:

b = Brightcove('lWCaZyhokufjqe7H4TLpXwHSTnNXtqHxyMvoNOsmYA_GRaZ4zcwysw..')
b.search_videos(all=['tv_show:Offspring','video_type_long_form:Full Episode'])

This one-line change fixes this problem by telling urlencode to separate sequences correctly.

This fixes problems when specifying multiple search criteria
@adammw
Copy link
Author

adammw commented Mar 14, 2014

bump @jbeluch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant