aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/youtube.py
AgeCommit message (Collapse)Author
2013-11-17[youtube] Add view_count (Fixes #1781)Philipp Hagemeister
2013-11-15[youtube:channel] Fix the extraction of autogenerated channelsJaime Marquínez Ferrándiz
The ajax pages are empty, now it looks directly in the channel's /videos page
2013-11-15Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-11-15[youtube] Fix protocol-independent URLs (Fixes #1768)Philipp Hagemeister
2013-11-13Don't assume the 'subtitlesformat' is set in the params dict (fixes #1750)Jaime Marquínez Ferrándiz
2013-11-10Merge pull request #1705 from iemejia/masterJaime Marquínez Ferrándiz
[ted] support for subtitles
2013-11-06[youtube:channel] Fix the extractionJaime Marquínez Ferrándiz
The page don't include the 'load more' button anymore, now we directly get the 'c4_browse_ajax' pages.
2013-11-03[youtube] Add description for YoutubeSearchDateIE (#1710)Philipp Hagemeister
2013-11-03Merge remote-tracking branch 'CBGoodBuddy/ytsearchtime'Philipp Hagemeister
2013-11-03Add the 'webpage_url' field to info_dictJaime Marquínez Ferrándiz
The url for the video page, it must allow to reproduce the result. It's automatically set by YoutubeDL if it's missing.
2013-11-02Add YoutubeSearchDateIE extractor to youtube.py & __init__.py, which ↵Craig Markwardt
searches by publication date.
2013-11-02[youtube] Remove vevo testJaime Marquínez Ferrándiz
The video is no longer available and it seems that vevo video don't use encrypted signatures anymore.
2013-11-02Merge branch 'ted_subtitles'Ismaël Mejía
2013-11-02[subtitles] refactor to support websites with subtitle information theIsmaël Mejía
webpage. I added the parameter webpage, so now it's similar to the way automatic captions are handled. This is an improvement needed for websites like TED.
2013-11-02[youtube] Encode subtitle track name in request (Fixes #1700)Philipp Hagemeister
2013-10-29[youtube] Fix login (Fixes #1681)Philipp Hagemeister
2013-10-25[youtube] Set the format_id field to the itag of the format (closes #1624)Jaime Marquínez Ferrándiz
2013-10-25Fix the extensions of two tests with youtube videosJaime Marquínez Ferrándiz
The best quality is now a mp4 video.
2013-10-25[youtube] Also use the 'adaptative_fmts' field from the /get_video_info page ↵Jaime Marquínez Ferrándiz
(fixes #1649) The 'adaptative_fmts' field from the video page is not added to the 'url_encoded_fmt_stream_map'
2013-10-22Merge pull request #1622 from rbrito/fix-extensionPhilipp Hagemeister
extractor: youtube: Set extension of AAC audio formats to m4a.
2013-10-21[youtube] Use 'node is None' when checking if the video has automatic captionsJaime Marquínez Ferrándiz
It had stopped working and it reports a FutureWarning
2013-10-18extractor: youtube: Fix extension of dash formats.Rogério Brito
While we are at it, separate the audio formats from the video formats. Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
2013-10-18extractor: youtube: Set extension of AAC audio formats to m4a.Rogério Brito
This, in particular, eases downloading both audio and videos in DASH formats before muxing them, which alleviates the problem that I exposed on issue Furthermore, one may argue that this is, indeed, the case for correctness's sake. Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
2013-10-17[youtube] Do not crash if caption info is missing altogether (Fixes #1610)Philipp Hagemeister
2013-10-14[youtube] Adds #1312 Download annotationsJai Grimshaw
Adds #1321 Download annotations from youtube Annotations are downloaded and written to a .annotations.xml file using the https://www.youtube.com/annotations_invideo?features=1&legacy=1&video_id=$VIDEOID API. Added unit test for annotations.
2013-10-09[youtube] Do not recognize attribution link as user (Fixes #1573)Philipp Hagemeister
2013-10-09[youtube] set the 'name' parameter in the subtitles url (fixes #1577)Jaime Marquínez Ferrándiz
2013-10-07Restore warning when user forgets to quote URL (#1396)Philipp Hagemeister
2013-10-06Call extracted property age_limit everywherePhilipp Hagemeister
2013-10-06Allow users to specify an age limit (fixes #1545)Philipp Hagemeister
With these changes, users can now restrict what videos are downloaded by the intented audience, by specifying their age with --age-limit YEARS . Add rudimentary support in youtube, pornotube, and youporn.
2013-10-04Include length in player cache IDPhilipp Hagemeister
Some videos use the same player with IDs of multiple lengths. See https://travis-ci.org/rg3/youtube-dl/jobs/12126506#L319 for an example.
2013-10-04[youtube] new static 82 signaturePhilipp Hagemeister
2013-10-02[youtube] Simplify cache_dir code (#1529)Philipp Hagemeister
2013-10-02Merge remote-tracking branch 'holomorph/master'Philipp Hagemeister
2013-10-02[youtube] Fix static 82 signature (Closes #1539)Philipp Hagemeister
2013-10-02[youtube] Support videos without a title (Fixes #1391, Closes #1542)Philipp Hagemeister
2013-10-01Merge pull request #1531 from rg3/no-playlistFilippo Valsorda
[youtube] implement --no-playlist to only download current video
2013-10-01[youtube] correct --no-playlist for python3Filippo Valsorda
2013-10-01Properly handle stream meap not being presentPhilipp Hagemeister
2013-10-01Handle videos without url_encoded_fmt_stream_map (Fixes #1535)Philipp Hagemeister
2013-09-30Support XDG base directory specificationMark Oteiza
2013-09-30implement --no-playlist to only download current video - closes #755Filippo Valsorda
2013-09-27[youtube] Add hlsvp to the error message if it can't be found and remove the ↵Jaime Marquínez Ferrándiz
live stream test It's no longer available, other olympics streams have the same problem.
2013-09-27[youtube] Set the thumbnail to None if it can't be extractedJaime Marquínez Ferrándiz
2013-09-27[youtube] update description of testJaime Marquínez Ferrándiz
2013-09-27[youtube] Fix 83 signature (Closes #1511)Philipp Hagemeister
2013-09-24Merge branch 'automatic-signatures'Philipp Hagemeister
2013-09-24Fix 86 signature (#1494)Philipp Hagemeister
2013-09-24Fix output of --youtube-print-sig-code when counting down to 0Philipp Hagemeister
2013-09-24Allow opts.cachedir == None to disable cachePhilipp Hagemeister