aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2015-11-15[periscope] Relax _VALID_URL (Closes #7503)Sergey M․
2015-11-14[periscope] Remove unused importsJaime Marquínez Ferrándiz
2015-11-14[bbc] Allow selectionunavailable errors (Closes #7502)Sergey M․
2015-11-14[quickscope] Remove extractor (2)Sergey M․
2015-11-14[quickscope] Remove extractorSergey M․
2015-11-14[lynda] StyleSergey M․
2015-11-14[lynda] Logout only when login info present (Closes #7500)Sergey M․
2015-11-14[xfileshare] Correct _VALID_URLYen Chi Hsuan
2015-11-14[twitter:card] Add add_ie for the external testYen Chi Hsuan
2015-11-14[twitter:card] Support vine.co embeds (closes #7496)Yen Chi Hsuan
2015-11-14[instagram] Add test for #7497Sergey M․
2015-11-14[instagram] Relax _VALID_URL (Closes #7497)Sergey M․
2015-11-14[brightcove:new] StyleSergey M․
2015-11-14[brightcove:new] Add test with rtmp streamsSergey M․
2015-11-14[brightcove:new] Fix testSergey M․
2015-11-14[brightcove] Order imports alphabeticallySergey M․
2015-11-14[utils] Remove unused functionSergey M․
2015-11-14[brightcove] Remove unused importSergey M․
2015-11-14Rename all references to legacy studio Brightcove extractorSergey M․
2015-11-14[generic] Clarify Brightcove Legacy Studio commentSergey M․
2015-11-14[generic] Extract Brightcove New Studio embedsSergey M․
2015-11-14[brightcove] Fix _extract_urlsSergey M․
2015-11-14[brightcove] Clarify IE_NAMEsSergey M․
2015-11-14[brightcove:embedinpage] Rename extractor to brightcove newSergey M․
It's not actually embed_in_page but "New Studio" and allows both iframe and embed_in_page embeds
2015-11-14[brightcove] Rename extractor to brightcove legacySergey M․
Old embedding approaches are now "Legacy Studio"
2015-11-14[brightcove] Imrove extraction of new embedsSergey M․
2015-11-14[brightcove:embedinpage] Make more robust and extract rtmp streamsSergey M․
2015-11-14Merge branch 'brightcove_in_page_embed' of ↵Sergey M․
https://github.com/remitamine/youtube-dl into remitamine-brightcove_in_page_embed
2015-11-14[cbs] Use android UA for higher quality streams (Closes #7490)Sergey M․
2015-11-13[twitter] Don't fail if the description doesn't contain an URL (fixes #7489)Jaime Marquínez Ferrándiz
2015-11-13[twitter] Update tests checksumsJaime Marquínez Ferrándiz
2015-11-13release 2015.11.132015.11.13Philipp Hagemeister
2015-11-13[ruutu] Relax formats extractionSergey M․
2015-11-13[ruutu] Skip NOT-USED URLs(Closes #7478)Sergey M․
2015-11-12[cbsnews] Fix construction of 'play_path' in some videos (fixes #7394)Jaime Marquínez Ferrándiz
2015-11-12Credit @feramaYen Chi Hsuan
For providing idea for vidto.me (#7167) and extending nowvideo support (#6760)
2015-11-12[vimeo] Fix extraction (Closes #7460)Sergey M․
2015-11-11[gorillavid] Rename to xfileshareSergey M․
2015-11-11[gorillavid] Add test for vidto.me and strip titleSergey M․
2015-11-11[gorillavid] Add support for vidto.meSergey M․
2015-11-11[vidto] Remove extractorSergey M․
2015-11-11[novamov] ModernizeSergey M․
2015-11-11[vimeo] Simplify set cookieSergey M․
2015-11-11[vimeo] Append cookies instead of overridingSergey M․
2015-11-12Merge remote-tracking branch 'upstream/master'Yen Chi Hsuan
2015-11-11[vimeo] Fix password protected videos (Closes #7451)Sergey M․
2015-11-11[vidto] Several simplifications and improvementsYen Chi Hsuan
1. Use InfoExtractor._hidden_inputs 2. Fetch title from <title> tag 3. Cookies are preserved automatically 4. Use single quotes everywhere 5. Do not declare variables for one-time use only
2015-11-11[novamov] Follow continue-to-the-video button if any (Closes #7330)Sergey M․
2015-11-11[nowvideo] Replace main host to resolvable oneSergey M․
2015-11-11[vidto] Minor fixesYen Chi Hsuan
1. import order 2. fatal is already True in helper functions