diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2012-12-04 10:59:38 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2012-12-04 10:59:38 +0100 |
commit | e387eb5aba241e55e38e8bd5b57cc76b082ac6b9 (patch) | |
tree | c80d62c31a7427ce71fdde23f37aadcb6a05dc6c /test/test_utils.py | |
parent | 4083bf81a01f2e580f84f5db0274dd5585705ad6 (diff) |
Let youtube IE handle IDs starting with PL (Closes #572)
Diffstat (limited to 'test/test_utils.py')
-rw-r--r-- | test/test_utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_utils.py b/test/test_utils.py index 8afc30370..796ed4ab2 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # Various small unit tests import sys |