Commit Graph

568 Commits (3dc71d82ce628d08327a098d8e87af0905d5b59f)

Author SHA1 Message Date
Lukáš Lalinský 0e49d9a6b0 [youtube] Fall back to the original regex for ytplayer.config
Lukáš Lalinský 3cfd000849 [youtube] More explicit player config JSON extraction (fixes )
Sergey M․ e568c2233e [youtube] Add test for multi page list of playlists
Sergey M․ 061a75edd6 [youtube] Extract base for entry list extractors and support multi page lists of playlists
Sergey M․ 136dadde95 [youtube:show] Rework in terms of playlists base extractor
Sergey M․ 0c14841585 [youtube:user:playlists] Add extractor (Closes )
Jaime Marquínez Ferrándiz 63b4295d20 [youtube:playlist] fix title extraction (fixes and )
Yen Chi Hsuan 50f84a9ae1 [youtube] Support new base.js html5 player
Sergey M․ 89ea063eeb [youtube] Clarify rationale for preferring a video info with token ()
Sergey M․ 44b2264fea [youtube] Prefer video_info with token available
Jaime Marquínez Ferrándiz 5c43afd40f [youtube:channel] Support age restricted channels (fixes )
Jaime Marquínez Ferrándiz 9170ca5b16 [youtube:channel] Fix test
Sergey M․ 648e6a1ffe [youtube] Generalize playlist entries extraction (Closes , closes )
Philipp Hagemeister 2b3c254678 [youtube:channel] Correct 404 handling
Previously, when we encountered a 404 - such as youtube-dl https://www.youtube.com/ohJeiboh8oorehai - we crashed with a regexp error. Instead, make sure to go on and eventually report a 404.
Philipp Hagemeister 287be8c615 [youtube:truncated_url] Add ?t=
Sometimes found in links - ?t=123&v=ABCD starts the video at position 123.
Jaime Marquínez Ferrándiz 4003bd82b0 [youtube:shows] Use https
remitamine 8801255d7d [youtube] fix show extraction (fixes )
Closes )
Sergey M․ 515fc8776f [youtube] Use encode_dict
Sergey M․ aabc2be693 [youtube] Simplify and extract more metadata from url_encoded_fmt_stream_map (Closes )
Anssi Hannula c9afb51cea [youtube] Fix missing format details for 60fps DASH formats
60fps DASH formats do not appear in the DASH manifest, but the non-DASH
video info page does contain additional parameters for DASH formats that
we can parse.

Use those when they exist.

This fixes "bestvideo" not selecting 60fps formats over similar 30fps
formats just because the file size is unknown.
Jaime Marquínez Ferrándiz 4bc8eec4eb [youtube] Adapt player version regex to handle urls ending in '/html5player-new.js'
It was always extracting 'new' as the version, breaking the cache system.
Sergey M․ cbaed4bb5e [youtube] Expand _VALID_URL to support vid.plus
Sergey M․ f74a7348f6 [youtube:search_url] Fix extraction (Closes )
Sergey M․ 041bc3adc5 [youtube] Simplify two-factor authentication
reddraggone9 9303ce3e69 [youtube] Fix two-factor authentication
Sergey M․ f57b7835e2 [youtube] Update tests
Sergey M․ 34952f09e1 [youtube] Add age limit to tests
Sergey M․ 34a7de2970 [youtube] Skip download for multiple v= test
Puck Meerburg 11b5605815 [youtube] Use the first v= argument in the URL
This is according to how youtube handles multiple v= values in one URL.
Before this, it was possible to make a single URL show up differently
 on youtube itself, and if you downloaded/viewed it with youtube-dl/mpv
Jaime Marquínez Ferrándiz 34866b4836 Merge remote-tracking branch 'dstftw/multifeed-videos' (closes )
Sergey M․ 5e1eddb939 [youtube] Show info message for multifeed videos according to noplaylist option
Sergey M․ 000b6b5ae5 [youtube] Improve tags extraction and add test
Purdea Andrei a6f774e901 [youtube]: tags key in info jason is now a list
Purdea Andrei f171bc8b59 [youtube] save keywords in info jason when --write-info-json is used
Jaime Marquínez Ferrándiz 4c6bd5b5b6 [youtube] Use 'vp8' and 'vp9' in lowercase (fixes )
That's how YouTube reports them in their DASH manifest.
Sergey M․ d8f0a9ecea [youtube] Respect noplaylist for multifeed videos
Sergey M․ cf7e015f25 [youtube] Add support for multifeed videos
Sergey M․ 678e436f2e [youtube] Handle empty allowed regions (Closes )
Sergey M. cdad742700 Merge pull request from jaimeMF/extract_start_time
[youtube] Extract start_time
Jaime Marquínez Ferrándiz 2929fa0e79 [youtube] Also look into the 'start' field for start_time
Jaime Marquínez Ferrándiz 297a564bee [youtube] Extract end_time
Jaime Marquínez Ferrándiz 87dc451108 [youtube] Don't use the DASH manifest from 'get_video_info' if 'use_cipher_signature' is True ()
Currently they give a 403 Forbidden error.
Jaime Marquínez Ferrándiz 7c80519cbf [youtube] Extract start_time
From the 't=*' in the url.
Currently youtube-dl doesn't use the value, but it was requested for the mpv plugin.
Jaime Marquínez Ferrándiz 2fe1ff8582 [youtube] Set 'is_live'
Jaime Marquínez Ferrándiz 17ee98e1a5 [youtube] Fix upload_date in test
Jaime Marquínez Ferrándiz 2ee8f5d80f Merge remote-tracking branch 'yan12125/download-dash-segments' ()
Sergey M․ 7fd002c006 [youtube] Use compat_urllib_parse_unquote and compat_urllib_parse_unquote_plus
Sergey M․ 77c6fb5b24 [youtube] Make further DASH manifests not fatal after succeeded one
Sergey M․ 9d0b581fea [youtube] Prefer meta for upload date and modernize
Sergey M․ f0714c9f86 [youtube] Speed up upload date regex ()
Sergey M. dc2bd20e55 Merge pull request from dstftw/use-codecs-from-dash-manifest
[youtube] Pick up codecs info from DASH manifest when not set explicitly
Sergey M. c608ee491f Merge pull request from dstftw/union-itags-from-multiple-dashmpd
[youtube] Extract formats from multiple DASH manifests (Closes )
Sergey M․ c93d53f5e3 [youtube] Fix likes/dislike extraction
Sergey M․ da77d856a1 [youtube] Add test for
Sergey M․ 0a3cf9ad3d [youtube] Skip get_video_info requests when --youtube-skip-dash-manifest is specified
Sergey M․ bc93bdb5bb [youtube] Fix reference before assignment for video_info
Yen Chi Hsuan af214c3a79 [youtube] More useful messages for georestricted videos ()
Sergey M․ d80265ccd6 [youtube] Simplify non-DASH formats exclusion
Sergey M․ 1b5a1ae257 [youtube] Pick up codecs info from DASH manifest when not set explicitly
Sergey M․ d8d24a922a [youtube] Extract formats from multiple DASH manifests (Closes )
DASH manifest pointed by dashmpd from the video webpage and one pointed by get_video_info may
be different (namely different itag set) - some itags are missing from DASH manifest pointed by
webpage's dashmpd, some - from DASH manifest pointed by get_video_info's dashmpd).
The general idea is to take a union of itags of both DASH manifests (for example video with such
'manifest behavior' see https://github.com/rg3/youtube-dl/issues/6093).
Sergey M․ c9bebed294 [youtube] Add itag 59 and 78 (Closes )
Sergey M․ 02175a7986 [youtube:search] Fix search query (Closes )
Yen Chi Hsuan 8a1a26ce4c [youtube] Add a test for the DASH segment downloader
Yen Chi Hsuan 0c8662d2b6 [youtube] Fix a TypeError caused by 4da31bd566
Jaime Marquínez Ferrándiz 70219b0f43 [youtube:playlist] Use an iterator for the entries (closes )
So that '--playlist-end' downloads only the required pages.
Yen Chi Hsuan e1b9322b09 [youtube] Restricter DASH signature pattern
A problematic DASH url is:
https://manifest.googlevideo.com/api/manifest/dash/mm/35/key/yt5/ip/140.112.247.145/ms/pm/mv/s/mt/1433794435/id/o-AD2Od_dsOlAUYPu03ZsVWKSbGEbCJJrMp9vnXGhnyRhd/mn/sn-aigllm7r/sparams/as%2Chfr%2Cid%2Cip%2Cipbits%2Citag%2Cmm%2Cmn%2Cms%2Cmv%2Cnh%2Cpl%2Cplayback_host%2Crequiressl%2Csource%2Cexpire/fexp/9406009%2C9406821%2C9407575%2C9408142%2C9408420%2C9408710%2C9409121%2C9409208%2C9412514%2C9412780%2C9413208%2C9413426%2C9413476%2C9413503%2C9415304%2C9415753/upn/viDQrs8SnmE/as/fmp4_audio_clear%2Cwebm_audio_clear%2Cfmp4_sd_hd_clear%2Cwebm_sd_hd_clear%2Cwebm2_sd_hd_clear/playback_host/r4---sn-aigllm7r.googlevideo.com/ipbits/0/requiressl/yes/pl/20/itag/0/source/youtube/expire/1433824806/nh/EAQ/signature/81ABE6391E351BA495F5B041B00FF1257A353318.1A6E48ABB74E8F4AE73CA2CB1F963FC34E33DEE7/sver/3/hfr/1
Yen Chi Hsuan 4da31bd566 [youtube] Fix a FutureWarning from xml.etree.ElementTree
Sergey M․ 3d8e9573a4 [youtube:channel] Improve channel id extraction ()
Yen Chi Hsuan 423d2be5f8 [downloader/dash] Rename the protocol
'http_dash_segments' looks more like a protocol name than
'dash_segments'
Yen Chi Hsuan b9258c6178 [YoutubeDL] Change how DashSegmentsFD is selected
Yen Chi Hsuan 6800d3372f [YoutubeDL] Support DASH manifest downloading
Ivan Kozik d2a9de78df [youtube] Construct a playlist URL in case the page is missing one
This fixes jumping from user/channel -> playlist for some users like
https://www.youtube.com/user/BitcoinFoundation

This also removes the superfluous log message
"add --no-playlist to just download video VIDEOID"
when downloading a user/channel.
Sergey M․ 386bdfa698 [youtube:user] Workaround 35 pages limitation (Closes )
Jaime Marquínez Ferrándiz 04b3b3df05 [youtube] Remove the nondash formats (fixes )
Since we use fixed values for some fields like width and height they can be wrong, and would get picked by some formats filters.
For example for https://www.youtube.com/watch?v=EQCrhbBxsjA the biggest height is 720 and for nondash formats it's set to 1440, so -f 'bestvideo[height>=1200]+bestaudio' would incorrectly pick the nondash format, instead it should report that the requested format is not available.
Sergey M․ 62c95fd5fc [youtube:feed] Check each 'load more' portion for unique video ids
Sergey M․ 25f14e9f93 [youtube] Separate feed extractor
Jaime Marquínez Ferrándiz 2bc4330303 [youtube:history] Fix extraction (fixes )
It uses the same method as YoutubeSubscriptionsIE, if other feed starts using it we should consider using base class.
Yen Chi Hsuan 39b62db116 [youtube] Catch more alert messages (closes )
Sergey M․ 9dd8e46a2d [youtube:search] Cancel out _TESTS
Jaime Marquínez Ferrándiz b4c0806963 [youtube:ytsearch] Use the same system as the search webpage (fixes )
The gdata api V2 was deprecated and according to http://youtube-eng.blogspot.com.es/2014/03/committing-to-youtube-data-api-v3_4.html remains available until April 20, 2015.
Sergey M․ cc38fa6cfb [youtube] Remove unused import
Sergey M․ 6de5dbafee [youtube:channel] Make `extract_videos_from_page` static
Sergey M․ 60bf45c80d [youtube:channel] Specify first page download message
Sergey M․ eb0f3e7ec0 [youtube:user] Extract in terms of `load_more_widget_html`
Sergey M․ ed553379df [youtube:ytsearch] Temporary workaround ()
Sergey M․ 8f02ad4f12 [youtube] Simplify
Sergey M․ 7bd930368c [youtube] Remove unused variable
Sergey M․ fb69240ca0 [youtube] Extract video titles for channel playlist if possible (Closes )
Yen Chi Hsuan de5c545648 [youtube] Skip WebVTT in DASH manifest ()
Sergey M․ e40bd5f06b [youtube] Simplify url_encoded_fmt_stream_map check
Sergey M․ 06b491eb7b [youtube] Add test for
Yen Chi Hsuan 3a9fadd6df [youtube] Enhance url_encoded_fmt_stream_map checking (fix )
Jaime Marquínez Ferrándiz 157e9e5aa5 [youtube:watchlater] Remove unused properties and fix tests
Sergey M․ 7e17ec8c71 [youtube] Clarify some IE_NAMEs
Sergey M․ 448830ce7b [youtube:watchlater] Extract watchlater as playlist (Closes )
Sergey M․ 98998cded6 [youtube:search_url] Fix extraction (Closes )
Sergey M․ 99209c2916 [youtube] Extract UL playlists as mixes (Closes )
Jaime Marquínez Ferrándiz bfc993cc91 Merge branch 'subtitles-rework'
(Closes PR )
Philipp Hagemeister 785521bf4f [youtube] Remove useless if
Philipp Hagemeister 6d1a55a521 [youtube] Show entire player URL when -v is given