Age | Commit message (Collapse) | Author |
|
|
|
stty size is rows x columns
|
|
|
|
The result is meaningless (and it emits a warning in cpython2 when called with -3), so handle None before making integer comparisons.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[tumblr] Replaced test URL for HD video as old one lead to 404
[tumblr] Don't make assumptions about video resolution, cleaner handling of no HD version available
[tumblr] Removed extraneous resolution key in HD video tests
|
|
|
|
[nextmedia] update AppleDailyIE tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[engadget] accept short video urls
|
|
|
|
|
|
|
|
Now the semantic of this function is identical to
shutil.get_terminal_size() in Python 3.3+. The new behavior also
corresponds to the old get_term_width(), which is removed in
003c69a84b68cadb46aeb8e03115848a722fd675
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If there's no resolution attribute in xml, only width gets a
value, height doesn't and ValueError is raised.
|
|
Use the correct indentation to please flake8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|