aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/youtube.py
Commit message (Expand)AuthorAgeFilesLines
* [youtube:playlist] Use an iterator for the entries (closes #5935)Jaime Marquínez Ferrándiz2015-06-091-25/+24
* [youtube] Restricter DASH signature patternYen Chi Hsuan2015-06-091-1/+1
* [youtube:channel] Improve channel id extraction (#5904)Sergey M․2015-06-061-4/+6
* [youtube] Construct a playlist URL in case the page is missing oneIvan Kozik2015-05-301-6/+2
* [youtube:user] Workaround 35 pages limitation (Closes #5778)Sergey M․2015-05-301-0/+20
* [youtube] Remove the nondash formats (fixes #5774)Jaime Marquínez Ferrándiz2015-05-241-5/+6
* [youtube:feed] Check each 'load more' portion for unique video idsSergey M․2015-05-151-2/+8
* [youtube] Separate feed extractorSergey M․2015-05-151-106/+37
* [youtube:history] Fix extraction (fixes #5702)Jaime Marquínez Ferrándiz2015-05-141-4/+33
* [youtube] Catch more alert messages (closes #5074)Yen Chi Hsuan2015-04-281-6/+16
* [youtube:search] Cancel out _TESTSSergey M․2015-04-221-0/+1
* [youtube:ytsearch] Use the same system as the search webpage (fixes #5483)Jaime Marquínez Ferrándiz2015-04-211-25/+26
* [youtube] Remove unused importSergey M․2015-04-211-1/+0
* [youtube:channel] Make `extract_videos_from_page` staticSergey M․2015-04-211-1/+2
* [youtube:channel] Specify first page download messageSergey M․2015-04-211-1/+1
* [youtube:user] Extract in terms of `load_more_widget_html`Sergey M․2015-04-211-45/+4
* [youtube:ytsearch] Temporary workaround (#5483)Sergey M․2015-04-211-1/+1
* [youtube] SimplifySergey M․2015-04-131-4/+2
* [youtube] Remove unused variableSergey M․2015-04-131-1/+0
* [youtube] Extract video titles for channel playlist if possible (Closes #4971)Sergey M․2015-04-121-9/+20
* [youtube] Skip WebVTT in DASH manifest (#5297)Yen Chi Hsuan2015-04-081-27/+35
* [youtube] Simplify url_encoded_fmt_stream_map checkSergey M․2015-04-061-2/+1
* [youtube] Add test for #5361Sergey M․2015-04-061-1/+17
* [youtube] Enhance url_encoded_fmt_stream_map checking (fix #5361)Yen Chi Hsuan2015-04-051-1/+2
* [youtube:watchlater] Remove unused properties and fix testsJaime Marquínez Ferrándiz2015-03-261-3/+2
* [youtube] Clarify some IE_NAMEsSergey M․2015-03-261-0/+3
* [youtube:watchlater] Extract watchlater as playlist (Closes #5280)Sergey M․2015-03-261-23/+29
* [youtube:search_url] Fix extraction (Closes #5155)Sergey M․2015-03-071-1/+1
* [youtube] Extract UL playlists as mixes (Closes #5040)Sergey M․2015-02-241-4/+4
* Merge branch 'subtitles-rework'Jaime Marquínez Ferrándiz2015-02-231-25/+32
|\
| * [youtube] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-161-25/+32
* | [youtube] Remove useless ifPhilipp Hagemeister2015-02-181-4/+3
* | [youtube] Show entire player URL when -v is givenPhilipp Hagemeister2015-02-181-2/+7
|/
* [youtube] Extract average rating (closes #2362)Jaime Marquínez Ferrándiz2015-02-111-0/+2
* [youtube] Don't override format info from the dash manifest (fixes #4911)Jaime Marquínez Ferrándiz2015-02-091-2/+3
* [youtube] Complete test definitionPhilipp Hagemeister2015-02-011-1/+12
* [youtube] Remove unused importPhilipp Hagemeister2015-01-301-1/+0
* [youtube] Fall back to embed webpage when content is blocked on main (Fixes #...Philipp Hagemeister2015-01-301-2/+15
* [youtube:truncated_url] Add hl= forms (#4799)Philipp Hagemeister2015-01-301-0/+4
* [youtube:truncated_url] Add x-yt-cl URLs (#4773)Philipp Hagemeister2015-01-241-5/+17
* [youtube] Fixup DASH m4a headersPhilipp Hagemeister2015-01-231-3/+3
* [youtube] Add test for #4706Sergey M․2015-01-161-1/+18
* Looks like Google switched to a new JS compiler that includes dollar signs in...Phil Kulak2015-01-151-1/+1
* [youtube|ffmpeg] Automatically correct video with non-square pixels (Fixes #4...Philipp Hagemeister2015-01-101-0/+24
* [youtube] Add acodec informationPhilipp Hagemeister2015-01-091-3/+3
* [youtube] Fix test casePhilipp Hagemeister2015-01-081-1/+1
* [youtube] Add formats 308 and 315 (closes #4650)Jaime Marquínez Ferrándiz2015-01-061-0/+2
* [youtube] Handle cases where format comes without a preference (Fixes #4648)Philipp Hagemeister2015-01-051-1/+1
* [youtube:toplist] Remove extractorJaime Marquínez Ferrándiz2015-01-051-46/+0
* [youtube] Correct handling when DASH manifest is not necessary to find all fo...Philipp Hagemeister2015-01-031-2/+9