aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
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[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-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
2015-11-11Remove duplicate keyRémy Léone
2015-11-11[vidto] PEP8Yen Chi Hsuan
2015-11-11vidto extractor: code cleanupMarco Ferragina
2015-11-11[vidto] Add extractorMarco Ferragina
2015-11-10[funnyordie] Fix extraction and extract m3u8 formatsSergey M․
2015-11-10[youtube] Support new base.js html5 playerYen Chi Hsuan
2015-11-09[kaltura] Relax _VALID_URLSergey M․
2015-11-09[generic] Improve kaltura embed detection (2)Sergey M․
2015-11-09[generic] Improve kaltura embed detection (Closes #7409)Sergey M․
2015-11-09[cmt] Extend _VALID_URL to support shows (Closes #7407)Sergey M․
2015-11-08[mit] Allow external embeds (Closes #7406)Sergey M․