You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/youtube_dl
fnord a5dd9a0c5d pbs: fix vague 'Full Episode' titles; prepend name of show
Many videos are given the title 'Full Episode' or 'Episode x', etc;
in the info json 'title' is the episode title (for oneshots this is
'Full Episode') while the program name is 'program':{'title'. This
changes the title from '(episode title)' to
 '(program name) - (episode title)'

The following urls demonstrate useless titles

    http://video.pbs.org/video/2365367186/
    http://video.pbs.org/video/2365519307/
    http://video.pbs.org/video/2365527039/
    http://video.pbs.org/video/2365530605/

Before change

    Full Episode
    Episode 5 | Preview
    Season 3 | Episode 4 Preview
    July 17, 2015

After change

    To Catch A Comet - Full Episode
    The Crimson Field - Episode 5 | Preview
    Last Tango in Halifax - Season 3 | Episode 4 Preview
    Charlie Rose The Week - July 17, 2015
9 years ago
..
downloader [downloader/external] Fix externals downloaders specified with extension on Windows 10 years ago
extractor pbs: fix vague 'Full Episode' titles; prepend name of show 9 years ago
postprocessor [postprocessor/ffmpeg] Don't use '[youtube] ...' in messages 9 years ago
YoutubeDL.py Revert xvid to avi and make docs to be similar to existing external downloader option 9 years ago
__init__.py Handle postprocessor_args similarly to external_downloader_args 9 years ago
__main__.py [test_unicode_literals] Arm unicode_literals check 10 years ago
aes.py [aes] Fix for python 3.2 10 years ago
cache.py [cache] Fix writing to paths with unicode characters 10 years ago
compat.py [compat] Fix _asciire 9 years ago
jsinterp.py [jsinterp] Disable comment support 10 years ago
options.py Revert xvid to avi and make docs to be similar to existing external downloader option 9 years ago
swfinterp.py Fix imports and general cleanup 10 years ago
update.py update: Use https for getting the version info (fixes #5909) 10 years ago
utils.py [utils] Add default value for xpath_text 10 years ago
version.py release 2015.07.18 9 years ago