diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-08-18 19:24:18 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-08-18 19:24:18 +0700 |
commit | cd6b48365e29400044b8852226bed41490ef6e2f (patch) | |
tree | da08497e1df9a8791b4b7c8f09eeb5184849fb07 /youtube_dl/extractor/pbs.py | |
parent | 4d9bd478f9d846291c722da002266504fce824ba (diff) |
[pbs] Add frontline video test
Diffstat (limited to 'youtube_dl/extractor/pbs.py')
-rw-r--r-- | youtube_dl/extractor/pbs.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/youtube_dl/extractor/pbs.py b/youtube_dl/extractor/pbs.py index 09bee6561..dee4af6f1 100644 --- a/youtube_dl/extractor/pbs.py +++ b/youtube_dl/extractor/pbs.py @@ -33,6 +33,17 @@ class PBSIE(InfoExtractor): }, }, { + 'url': 'http://www.pbs.org/wgbh/pages/frontline/losing-iraq/', + 'md5': '143c98aa54a346738a3d78f54c925321', + 'info_dict': { + 'id': '2365297690', + 'ext': 'mp4', + 'title': 'Losing Iraq', + 'description': 'md5:f5bfbefadf421e8bb8647602011caf8e', + 'duration': 5050, + }, + }, + { 'url': 'http://www.pbs.org/newshour/bb/education-jan-june12-cyberschools_02-23/', 'md5': 'b19856d7f5351b17a5ab1dc6a64be633', 'info_dict': { |