Age | Commit message (Collapse) | Author |
|
|
|
Conflicts:
youtube_dl/extractor/__init__.py
|
|
The old video doesn't have a mix anymore.
|
|
#3046)
|
|
Update test_age_restriction.py
|
|
|
|
|
|
typo
|
|
This test was introduced in c57f7757101690681af2eb8c40c8bf81bbe6e64f.
|
|
|
|
|
|
Added vine user timeline extractor using unofficial
vine api user profile and timeline api endpoints.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Looks like they only offer clips instead of full episodes now. We'll need to add new parsing code as well.
|
|
Apparently, CSpan switches between single-file and multiple-file results. Either one is fine as long as we get the full four hours.
|
|
|
|
|
|
Since bec1fad, the id, title, and url (also in formats) keys are mandatory. Change the tests to reflect that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If the result is not testable (for example, because a description changes often), either pass in a type or a regular expression (a string starting with 're:')
|
|
|
|
Apparently, newer versions of nosetests are somewhat over-eager in their test discovery.
|
|
|
|
|
|
|
|
|
|
|
|
#2552)
|
|
|
|
|