| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696 | version 2017.03.15Core* Fix missing subtitles if --add-metadata is used (#12423)Extractors* [facebook] Make title optional (#12443)+ [mitele] Add support for ooyala videos (#12430)* [openload] Fix extraction (#12435, #12446)* [streamable] Update API URL (#12433)+ [crunchyroll] Extract season name (#12428)* [discoverygo] Bypass geo restriction+ [discoverygo:playlist] Add support for playlists (#12424)version 2017.03.10Extractors* [generic] Make title optional for jwplayer embeds (#12410)* [wdr:maus] Fix extraction (#12373)* [prosiebensat1] Improve title extraction (#12318, #12327)* [dplayit] Separate and rewrite extractor and bypass geo restriction (#12393)* [miomio] Fix extraction (#12291, #12388, #12402)* [telequebec] Fix description extraction (#12399)* [openload] Fix extraction (#12357)* [brightcove:legacy] Relax videoPlayer validation check (#12381)version 2017.03.07Core* Metadata are now added after conversion (#5594)Extractors* [soundcloud] Update client id (#12376)* [openload] Fix extraction (#10408, #12357)version 2017.03.06Core+ [utils] Process bytestrings in urljoin (#12369)* [extractor/common] Improve height extraction and extract bitrate* [extractor/common] Move jwplayer formats extraction in separate method+ [external:ffmpeg] Limit test download size to 10KiB (#12362)Extractors+ [drtv] Add geo countries to GeoRestrictedError+ [drtv:live] Bypass geo restriction+ [tunepk] Add extractor (#12197, #12243)version 2017.03.05Extractors+ [twitch] Add basic support for two-factor authentication (#11974)+ [vier] Add support for vijf.be (#12304)+ [redbulltv] Add support for redbull.tv (#3919, #11948)* [douyutv] Switch to the PC API to escape the 5-min limitation (#12316)+ [generic] Add support for rutube embeds+ [rutube] Relax URL regular expression+ [vrak] Add support for vrak.tv (#11452)+ [brightcove:new] Add ability to smuggle geo_countries into URL+ [brightcove:new] Raise GeoRestrictedError* [go] Relax URL regular expression (#12341)* [24video] Use original host for requests (#12339)* [ruutu] Disable DASH formats (#12322)version 2017.03.02Core+ [adobepass] Add support for Charter Spectrum (#11465)* [YoutubeDL] Don't sanitize identifiers in output template (#12317)Extractors* [facebook] Fix extraction (#12323, #12330)* [youtube] Mark errors about rental videos as expected (#12324)+ [npo] Add support for audio* [npo] Adapt to app.php API (#12311, #12320)version 2017.02.28Core+ [utils] Add bytes_to_long and long_to_bytes+ [utils] Add pkcs1pad+ [aes] Add aes_cbc_encryptExtractors+ [azmedien:showplaylist] Add support for show playlists (#12160)+ [youtube:playlist] Recognize another playlist pattern (#11928, #12286)+ [daisuki] Add support for daisuki.net (#2486, #3186, #4738, #6175, #7776,  #10060)* [douyu] Fix extraction (#12301)version 2017.02.27Core* [downloader/common] Limit displaying 2 digits after decimal point in sleep  interval message (#12183)+ [extractor/common] Add preference to _parse_html5_media_entriesExtractors+ [npo] Add support for zapp.nl+ [npo] Add support for hetklokhuis.nl (#12293)- [scivee] Remove extractor (#9315)+ [cda] Decode download URL (#12255)+ [crunchyroll] Improve uploader extraction (#12267)+ [youtube] Raise GeoRestrictedError+ [dailymotion] Raise GeoRestrictedError+ [mdr] Recognize more URL patterns (#12169)+ [tvigle] Raise GeoRestrictedError* [vevo] Fix extraction for videos with the new streams/streamsV3 format  (#11719)+ [freshlive] Add support for freshlive.tv (#12175)+ [xhamster] Capture and output videoClosed error (#12263)+ [etonline] Add support for etonline.com (#12236)+ [njpwworld] Add support for njpwworld.com (#11561)* [amcnetworks] Relax URL regular expression (#12127)version 2017.02.24.1Extractors* [noco] Modernize* [noco] Switch login URL to https (#12246)+ [thescene] Extract more metadata* [thescene] Fix extraction (#12235)+ [tubitv] Use geo bypass mechanism* [openload] Fix extraction (#10408)+ [ivi] Raise GeoRestrictedErrorversion 2017.02.24Core* [options] Hide deprecated options from --help* [options] Deprecate --autonumber-size+ [YoutubeDL] Add support for string formatting operations in output template  (#5185, #5748, #6841, #9929, #9966 #9978, #12189)Extractors+ [lynda:course] Add webpage extraction fallback (#12238)* [go] Sign all uplynk URLs and use geo bypass only for free videos  (#12087, #12210)+ [skylinewebcams] Add support for skylinewebcams.com (#12221)+ [instagram] Add support for multi video posts (#12226)+ [crunchyroll] Extract playlist entries ids* [mgtv] Fix extraction+ [sohu] Raise GeoRestrictedError+ [leeco] Raise GeoRestrictedError and use geo bypass mechanismversion 2017.02.22Extractors* [crunchyroll] Fix descriptions with double quotes (#12124)* [dailymotion] Make comment count optional (#12209)+ [vidzi] Add support for vidzi.cc (#12213)+ [24video] Add support for 24video.tube (#12217)+ [crackle] Use geo bypass mechanism+ [viewster] Use geo verification headers+ [tfo] Improve geo restriction detection and use geo bypass mechanism+ [telequebec] Use geo bypass mechanism+ [limelight] Extract PlaylistService errors and improve geo restriction  detectionversion 2017.02.21Core* [extractor/common] Allow calling _initialize_geo_bypass from extractors  (#11970)+ [adobepass] Add support for Time Warner Cable (#12191)+ [travis] Run tests in parallel+ [downloader/ism] Honor HTTP headers when downloading fragments+ [downloader/dash] Honor HTTP headers when downloading fragments+ [utils] Add GeoUtils class for working with geo tools and GeoUtils.random_ipv4+ Add option --geo-bypass-country for explicit geo bypass on behalf of  specified country+ Add options to control geo bypass mechanism --geo-bypass and --no-geo-bypass+ Add experimental geo restriction bypass mechanism based on faking  X-Forwarded-For HTTP header+ [utils] Introduce GeoRestrictedError for geo restricted videos+ [utils] Introduce YoutubeDLError base class for all youtube-dl exceptionsExtractors+ [ninecninemedia] Use geo bypass mechanism* [spankbang] Make uploader optional (#12193)+ [iprima] Improve geo restriction detection and disable geo bypass* [iprima] Modernize* [commonmistakes] Disable UnicodeBOM extractor test for python 3.2+ [prosiebensat1] Throw ExtractionError on unsupported page type (#12180)* [nrk] Update _API_HOST and relax _VALID_URL+ [tv4] Bypass geo restriction and improve detection* [tv4] Switch to hls3 protocol (#12177)+ [viki] Improve geo restriction detection+ [vgtv] Improve geo restriction detection+ [srgssr] Improve geo restriction detection+ [vbox7] Improve geo restriction detection and use geo bypass mechanism+ [svt] Improve geo restriction detection and use geo bypass mechanism+ [pbs] Improve geo restriction detection and use geo bypass mechanism+ [ondemandkorea] Improve geo restriction detection and use geo bypass mechanism+ [nrk] Improve geo restriction detection and use geo bypass mechanism+ [itv] Improve geo restriction detection and use geo bypass mechanism+ [go] Improve geo restriction detection and use geo bypass mechanism+ [dramafever] Improve geo restriction detection and use geo bypass mechanism* [brightcove:legacy] Restrict videoPlayer value (#12040)+ [tvn24] Add support for tvn24.pl and tvn24bis.pl (#11679)+ [thisav] Add support for HTML5 media (#11771)* [metacafe] Bypass family filter (#10371)* [viceland] Improve info extractionversion 2017.02.17Extractors* [heise] Improve extraction (#9725)* [ellentv] Improve (#11653)* [openload] Fix extraction (#10408, #12002)+ [theplatform] Recognize URLs with whitespaces (#12044)* [einthusan] Relax URL regular expression (#12141, #12159)+ [generic] Support complex JWPlayer embedded videos (#12030)* [elpais] Improve extraction (#12139)version 2017.02.16Core+ [utils] Add support for quoted string literals in --match-filter (#8050,  #12142, #12144)Extractors* [ceskatelevize] Lower priority for audio description sources (#12119)* [amcnetworks] Fix extraction (#12127)* [pinkbike] Fix uploader extraction (#12054)+ [onetpl] Add support for businessinsider.com.pl and plejada.pl+ [onetpl] Add support for onet.pl (#10507)+ [onetmvp] Add shortcut extractor+ [vodpl] Add support for vod.pl (#12122)+ [pornhub] Extract video URL from tv platform site (#12007, #12129)+ [ceskatelevize] Extract DASH formats (#12119, #12133)version 2017.02.14Core* TypeError is fixed with Python 2.7.13 on Windows (#11540, #12085)Extractor* [zdf] Fix extraction (#12117)* [xtube] Fix extraction for both kinds of video id (#12088)* [xtube] Improve title extraction (#12088)+ [lemonde] Fallback delegate extraction to generic extractor (#12115, #12116)* [bellmedia] Allow video id longer than 6 characters (#12114)+ [limelight] Add support for referer protected videos* [disney] Improve extraction (#4975, #11000, #11882, #11936)* [hotstar] Improve extraction (#12096)* [einthusan] Fix extraction (#11416)+ [aenetworks] Add support for lifetimemovieclub.com (#12097)* [youtube] Fix parsing codecs (#12091)version 2017.02.11Core+ [utils] Introduce get_elements_by_class and get_elements_by_attribute  utility functions+ [extractor/common] Skip m3u8 manifests protected with Adobe Flash AccessExtractor* [pluralsight:course] Fix extraction (#12075)+ [bbc] Extract m3u8 formats with 320k audio* [facebook] Relax video id matching (#11017, #12055, #12056)+ [corus] Add support for Corus Entertainment sites (#12060, #9164)+ [pluralsight] Detect blocked account error message (#12070)+ [bloomberg] Add another video id pattern (#12062)* [extractor/commonmistakes] Restrict URL regular expression (#12050)+ [tvplayer] Add support for tvplayer.comversion 2017.02.10Extractors* [xtube] Fix extraction (#12023)* [pornhub] Fix extraction (#12007, #12018)* [facebook] Improve JS data regular expression (#12042)* [kaltura] Improve embed partner id extraction (#12041)+ [sprout] Add support for sproutonline.com* [6play] Improve extraction+ [scrippsnetworks:watch] Add support for Scripps Networks sites (#10765)+ [go] Add support for Adobe Pass authentication (#11468, #10831)* [6play] Fix extraction (#12011)+ [nbc] Add support for Adobe Pass authentication (#12006)version 2017.02.07Core* [extractor/common] Fix audio only with audio group in m3u8 (#11995)+ [downloader/fragment] Respect --no-part* [extractor/common] Speed-up HTML5 media entries extraction (#11979)Extractors* [pornhub] Fix extraction (#11997)+ [canalplus] Add support for cstar.fr (#11990)+ [extractor/generic] Improve RTMP support (#11993)+ [gaskrank] Add support for gaskrank.tv (#11685)* [bandcamp] Fix extraction for incomplete albums (#11727)* [iwara] Fix extraction (#11781)* [googledrive] Fix extraction on Python 3.6+ [videopress] Add support for videopress.com+ [afreecatv] Extract RTMP formatsversion 2017.02.04.1Extractors+ [twitch:stream] Add support for player.twitch.tv (#11971)* [radiocanada] Fix extraction for toutv rtmp formatsversion 2017.02.04Core+ Add --playlist-random to shuffle playlists (#11889, #11901)* [utils] Improve comments processing in js_to_json (#11947)* [utils] Handle single-line comments in js_to_json* [downloader/external:ffmpeg] Minimize the use of aac_adtstoasc filterExtractors+ [piksel] Add another app token pattern (#11969)+ [vk] Capture and output author blocked error message (#11965)+ [turner] Fix secure HLS formats downloading with ffmpeg (#11358, #11373,  #11800)+ [drtv] Add support for live and radio sections (#1827, #3427)* [myspace] Fix extraction and extract HLS and HTTP formats+ [youtube] Add format info for itag 325 and 328* [vine] Fix extraction (#11955)- [sportbox] Remove extractor (#11954)+ [filmon] Add support for filmon.com (#11187)+ [infoq] Add audio only formats (#11565)* [douyutv] Improve room id regular expression (#11931)* [iprima] Fix extraction (#11920, #11896)* [youtube] Fix ytsearch when cookies are provided (#11924)* [go] Relax video id regular expression (#11937)* [facebook] Fix title extraction (#11941)+ [youtube:playlist] Recognize TL playlists (#11945)+ [bilibili] Support new Bangumi URLs (#11845)+ [cbc:watch] Extract audio codec for audio only formats (#11893)+ [elpais] Fix extraction for some URLs (#11765)version 2017.02.01Extractors+ [facebook] Add another fallback extraction scenario (#11926)* [prosiebensat1] Fix extraction of descriptions (#11810, #11929)- [crunchyroll] Remove ScaledBorderAndShadow settings (#9028)+ [vimeo] Extract upload timestamp+ [vimeo] Extract license (#8726, #11880)+ [nrk:series] Add support for series (#11571, #11711)version 2017.01.31Core+ [compat] Add compat_etree_register_namespaceExtractors* [youtube] Fix extraction for domainless player URLs (#11890, #11891, #11892,  #11894, #11895, #11897, #11900, #11903, #11904, #11906, #11907, #11909,  #11913, #11914, #11915, #11916, #11917, #11918, #11919)+ [vimeo] Extract both mixed and separated DASH formats+ [ruutu] Extract DASH formats* [itv] Fix extraction for python 2.6version 2017.01.29Core* [extractor/common] Fix initialization template (#11605, #11825)+ [extractor/common] Document fragment_base_url and fragment's path fields* [extractor/common] Fix duration per DASH segment (#11868)+ Introduce --autonumber-start option for initial value of %(autonumber)s  template (#727, #2702, #9362, #10457, #10529, #11862)Extractors+ [azmedien:playlist] Add support for topic and themen playlists (#11817)* [npo] Fix subtitles extraction+ [itv] Extract subtitles+ [itv] Add support for itv.com (#9240)+ [mtv81] Add support for mtv81.com (#7619)+ [vlive] Add support for channels (#11826)+ [kaltura] Add fallback for fileExt+ [kaltura] Improve uploader_id extraction+ [konserthusetplay] Add support for rspoplay.se (#11828)version 2017.01.28Core* [utils] Improve parse_durationExtractors* [crunchyroll] Improve series and season metadata extraction (#11832)* [soundcloud] Improve formats extraction and extract audio bitrate+ [soundcloud] Extract HLS formats* [soundcloud] Fix track URL extraction (#11852)+ [twitch:vod] Expand URL regular expressions (#11846)* [aenetworks] Fix season episodes extraction (#11669)+ [tva] Add support for videos.tva.ca (#11842)* [jamendo] Improve and extract more metadata (#11836)+ [disney] Add support for Disney sites (#7409, #11801, #4975, #11000)* [vevo] Remove request to old API and catch API v2 errors+ [cmt,mtv,southpark] Add support for episode URLs (#11837)+ [youtube] Add fallback for duration extraction (#11841)version 2017.01.25Extractors+ [openload] Fallback video extension to mp4+ [extractor/generic] Add support for Openload embeds (#11536, #11812)* [srgssr] Fix rts video extraction (#11831)+ [afreecatv:global] Add support for afreeca.tv (#11807)+ [crackle] Extract vtt subtitles+ [crackle] Extract multiple resolutions for thumbnails+ [crackle] Add support for mobile URLs+ [konserthusetplay] Extract subtitles (#11823)+ [konserthusetplay] Add support for HLS videos (#11823)* [vimeo:review] Fix config URL extraction (#11821)version 2017.01.24Extractors* [pluralsight] Fix extraction (#11820)+ [nextmedia] Add support for NextTV (壹電視)* [24video] Fix extraction (#11811)* [youtube:playlist] Fix nonexistent and private playlist detection (#11604)+ [chirbit] Extract uploader (#11809)version 2017.01.22Extractors+ [pornflip] Add support for pornflip.com (#11556, #11795)* [chaturbate] Fix extraction (#11797, #11802)+ [azmedien] Add support for AZ Medien sites (#11784, #11785)+ [nextmedia] Support redirected URLs+ [vimeo:channel] Extract videos' titles for playlist entries (#11796)+ [youtube] Extract episode metadata (#9695, #11774)+ [cspan] Support Ustream embedded videos (#11547)+ [1tv] Add support for HLS videos (#11786)* [uol] Fix extraction (#11770)* [mtv] Relax triforce feed regular expression (#11766)version 2017.01.18Extractors* [bilibili] Fix extraction (#11077)+ [canalplus] Add fallback for video id (#11764)* [20min] Fix extraction (#11683, #11751)* [imdb] Extend URL regular expression (#11744)+ [naver] Add support for tv.naver.com links (#11743)version 2017.01.16Core* [options] Apply custom config to final composite configuration (#11741)* [YoutubeDL] Improve protocol auto determining (#11720)Extractors* [xiami] Relax URL regular expressions* [xiami] Improve track metadata extraction (#11699)+ [limelight] Check hand-make direct HTTP links+ [limelight] Add support for direct HTTP links at video.llnw.net (#11737)+ [brightcove] Recognize another player ID pattern (#11688)+ [niconico] Support login via cookies (#7968)* [yourupload] Fix extraction (#11601)+ [beam:live] Add support for beam.pro live streams (#10702, #11596)* [vevo] Improve geo restriction detection+ [dramafever] Add support for URLs with language code (#11714)* [cbc] Improve playlist support (#11704)version 2017.01.14Core+ [common] Add ability to customize akamai manifest host+ [utils] Add more date formatsExtractors- [mtv] Eliminate _transform_rtmp_url* [mtv] Generalize triforce mgid extraction+ [cmt] Add support for full episodes and video clips (#11623)+ [mitele] Extract DASH formats+ [ooyala] Add support for videos with embedToken (#11684)* [mixcloud] Fix extraction (#11674)* [openload] Fix extraction (#10408)* [tv4] Improve extraction (#11698)* [freesound] Fix and improve extraction (#11602)+ [nick] Add support for beta.nick.com (#11655)* [mtv,cc] Use HLS by default with native HLS downloader (#11641)* [mtv] Fix non-HLS extractionversion 2017.01.10Extractors* [youtube] Fix extraction (#11663, #11664)+ [inc] Add support for inc.com (#11277, #11647)+ [youtube] Add itag 212 (#11575)+ [egghead:course] Add support for egghead.io coursesversion 2017.01.08Core* Fix "invalid escape sequence" errors under Python 3.6 (#11581)Extractors+ [hitrecord] Add support for hitrecord.org (#10867, #11626)- [videott] Remove extractor* [swrmediathek] Improve extraction- [sharesix] Remove extractor- [aol:features] Remove extractor* [sendtonews] Improve info extraction* [3sat,phoenix] Fix extraction (#11619)* [comedycentral/mtv] Add support for HLS videos (#11600)* [discoverygo] Fix JSON data parsing (#11219, #11522)version 2017.01.05Extractors+ [zdf] Fix extraction (#11055, #11063)* [pornhub:playlist] Improve extraction (#11594)+ [cctv] Add support for ncpa-classic.com (#11591)+ [tunein] Add support for embeds (#11579)version 2017.01.02Extractors* [cctv] Improve extraction (#879, #6753, #8541)+ [nrktv:episodes] Add support for episodes (#11571)+ [arkena] Add support for video.arkena.com (#11568)version 2016.12.31Core+ Introduce --config-location option for custom configuration files (#6745,  #10648)Extractors+ [twitch] Add support for player.twitch.tv (#11535, #11537)+ [videa] Add support for videa.hu (#8181, #11133)* [vk] Fix postlive videos extraction* [vk] Extract from playerParams (#11555)- [freevideo] Remove extractor (#11515)+ [showroomlive] Add support for showroom-live.com (#11458)* [xhamster] Fix duration extraction (#11549)* [rtve:live] Fix extraction (#11529)* [brightcove:legacy] Improve embeds detection (#11523)+ [twitch] Add support for rechat messages (#11524)* [acast] Fix audio and timestamp extraction (#11521)version 2016.12.22Core* [extractor/common] Improve detection of video-only formats in m3u8  manifests (#11507)Extractors+ [theplatform] Pass geo verification headers to SMIL request (#10146)+ [viu] Pass geo verification headers to auth request* [rtl2] Extract more formats and metadata* [vbox7] Skip malformed JSON-LD (#11501)* [uplynk] Force downloading using native HLS downloader (#11496)+ [laola1] Add support for another extraction scenario (#11460)version 2016.12.20Core* [extractor/common] Improve fragment URL construction for DASH media* [extractor/common] Fix codec information extraction for mixed audio/video  DASH media (#11490)Extractors* [vbox7] Fix extraction (#11494)+ [uktvplay] Add support for uktvplay.uktv.co.uk (#11027)+ [piksel] Add support for player.piksel.com (#11246)+ [vimeo] Add support for DASH formats* [vimeo] Fix extraction for HLS formats (#11490)* [kaltura] Fix wrong widget ID in some cases (#11480)+ [nrktv:direkte] Add support for live streams (#11488)* [pbs] Fix extraction for geo restricted videos (#7095)* [brightcove:new] Skip widevine classic videos+ [viu] Add support for viu.com (#10607, #11329)version 2016.12.18Core+ [extractor/common] Recognize DASH formats in html5 media entriesExtractors+ [ccma] Add support for ccma.cat (#11359)* [laola1tv] Improve extraction+ [laola1tv] Add support embed URLs (#11460)* [nbc] Fix extraction for MSNBC videos (#11466)* [twitch] Adapt to new videos pages URL schema (#11469)+ [meipai] Add support for meipai.com (#10718)* [jwplatform] Improve subtitles and duration extraction+ [ondemandkorea] Add support for ondemandkorea.com (#10772)+ [vvvvid] Add support for vvvvid.it (#5915)version 2016.12.15Core+ [utils] Add convenience urljoinExtractors+ [openload] Recognize oload.tv URLs (#10408)+ [facebook] Recognize .onion URLs (#11443)* [vlive] Fix extraction (#11375, #11383)+ [canvas] Extract DASH formats+ [melonvod] Add support for vod.melon.com (#11419)version 2016.12.12Core+ [utils] Add common user agents map+ [common] Recognize HLS manifests that contain video only formats (#11394)Extractors+ [dplay] Use Safari user agent for HLS (#11418)+ [facebook] Detect login required error message* [facebook] Improve video selection (#11390)+ [canalplus] Add another video id pattern (#11399)* [mixcloud] Relax URL regular expression (#11406)* [ctvnews] Relax URL regular expression (#11394)+ [rte] Capture and output error message (#7746, #10498)+ [prosiebensat1] Add support for DASH formats* [srgssr] Improve extraction for geo restricted videos (#11089)* [rts] Improve extraction for geo restricted videos (#4989)version 2016.12.09Core* [socks] Fix error reporting (#11355)Extractors* [openload] Fix extraction (#10408)* [pandoratv] Fix extraction (#11023)+ [telebruxelles] Add support for emission URLs* [telebruxelles] Extract all formats+ [bloomberg] Add another video id regular expression (#11371)* [fusion] Update ooyala id regular expression (#11364)+ [1tv] Add support for playlists (#11335)* [1tv] Improve extraction (#11335)+ [aenetworks] Extract more formats (#11321)+ [thisoldhouse] Recognize /tv-episode/ URLs (#11271)version 2016.12.01Extractors* [soundcloud] Update client id (#11327)* [ruutu] Detect DRM protected videos+ [liveleak] Add support for youtube embeds (#10688)* [spike] Fix full episodes support (#11312)* [comedycentral] Fix full episodes support* [normalboots] Rewrite in terms of JWPlatform (#11184)* [teamfourstar] Rewrite in terms of JWPlatform (#11184)- [screenwavemedia] Remove extractor (#11184)version 2016.11.27Extractors+ [webcaster] Add support for webcaster.pro+ [azubu] Add support for azubu.uol.com.br (#11305)* [viki] Prefer hls formats* [viki] Fix rtmp formats extraction (#11255)* [puls4] Relax URL regular expression (#11267)* [vevo] Improve artist extraction (#10911)* [mitele] Relax URL regular expression and extract more metadata (#11244)+ [cbslocal] Recognize New York site (#11285)+ [youtube:playlist] Pass disable_polymer in URL query (#11193)version 2016.11.22Extractors* [hellporno] Fix video extension extraction (#11247)+ [hellporno] Add support for hellporno.net (#11247)+ [amcnetworks] Recognize more BBC America URLs (#11263)* [funnyordie] Improve extraction (#11208)* [extractor/generic] Improve limelight embeds support- [crunchyroll] Remove ScaledBorderAndShadow from ASS subtitles (#8207, #9028)* [bandcamp] Fix free downloads extraction and extract all formats (#11067)* [twitter:card] Relax URL regular expression (#11225)+ [tvanouvelles] Add support for tvanouvelles.ca (#10616)version 2016.11.18Extractors* [youtube:live] Relax URL regular expression (#11164)* [openload] Fix extraction (#10408, #11122)* [vlive] Prefer locale over language for subtitles id (#11203)version 2016.11.14.1Core+ [downoader/fragment,f4m,hls] Respect HTTP headers from info dict* [extractor/common] Fix media templates with Bandwidth substitution pattern in  MPD manifests (#11175)* [extractor/common] Improve thumbnail extraction from JSON-LDExtractors+ [nrk] Workaround geo restriction+ [nrk] Improve error detection and messages+ [afreecatv] Add support for vod.afreecatv.com (#11174)* [cda] Fix and improve extraction (#10929, #10936)* [plays] Fix extraction (#11165)* [eagleplatform] Fix extraction (#11160)+ [audioboom] Recognize /posts/ URLs (#11149)version 2016.11.08.1Extractors* [espn:article] Fix support for espn.com articles* [franceculture] Fix extraction (#11140)version 2016.11.08Extractors* [tmz:article] Fix extraction (#11052)* [espn] Fix extraction (#11041)* [mitele] Fix extraction after website redesign (#10824)- [ard] Remove age restriction check (#11129)* [generic] Improve support for pornhub.com embeds (#11100)+ [generic] Add support for redtube.com embeds (#11099)+ [generic] Add support for drtuber.com embeds (#11098)+ [redtube] Add support for embed URLs+ [drtuber] Add support for embed URLs+ [yahoo] Improve content id extraction (#11088)* [toutv] Relax URL regular expression (#11121)version 2016.11.04Core* [extractor/common] Tolerate malformed RESOLUTION attribute in m3u8  manifests (#11113)* [downloader/ism] Fix AVC Decoder Configuration RecordExtractors+ [fox9] Add support for fox9.com (#11110)+ [anvato] Extract more metadata and improve formats extraction* [vodlocker] Improve removed videos detection (#11106)+ [vzaar] Add support for vzaar.com (#11093)+ [vice] Add support for uplynk preplay videos (#11101)* [tubitv] Fix extraction (#11061)+ [shahid] Add support for authentication (#11091)+ [radiocanada] Add subtitles support (#11096)+ [generic] Add support for ISM manifestsversion 2016.11.02Core+ Add basic support for Smooth Streaming protocol (#8118, #10969)* Improve MPD manifest base URL extraction (#10909, #11079)* Fix --match-filter for int-like strings (#11082)Extractors+ [mva] Add support for ISM formats+ [msn] Add support for ISM formats+ [onet] Add support for ISM formats+ [tvp] Add support for ISM formats+ [nicknight] Add support for nicknight sites (#10769)version 2016.10.30Extractors* [facebook] Improve 1080P video detection (#11073)* [imgur] Recognize /r/ URLs (#11071)* [beeg] Fix extraction (#11069)* [openload] Fix extraction (#10408)* [gvsearch] Modernize and fix search request (#11051)* [adultswim] Fix extraction (#10979)+ [nobelprize] Add support for nobelprize.org (#9999)* [hornbunny] Fix extraction (#10981)* [tvp] Improve video id extraction (#10585)version 2016.10.26Extractors+ [rentv] Add support for ren.tv (#10620)+ [ard] Detect unavailable videos (#11018)* [vk] Fix extraction (#11022)version 2016.10.25Core* Running youtube-dl in the background is fixed (#10996, #10706, #955)Extractors+ [jamendo] Add support for jamendo.com (#10132, #10736)+ [pandatv] Add support for panda.tv (#10736)+ [dotsub] Support Vimeo embed (#10964)* [litv] Fix extraction+ [vimeo] Delegate ondemand redirects to ondemand extractor (#10994)* [vivo] Fix extraction (#11003)+ [twitch:stream] Add support for rebroadcasts (#10995)* [pluralsight] Fix subtitles conversion (#10990)version 2016.10.21.1Extractors+ [pluralsight] Process all clip URLs (#10984)version 2016.10.21Core- Disable thumbnails embedding in mkv+ Add support for Comcast multiple-system operator (#10819)Extractors* [pluralsight] Adapt to new API (#10972)* [openload] Fix extraction (#10408, #10971)+ [natgeo] Extract m3u8 formats (#10959)version 2016.10.19Core+ [utils] Expose PACKED_CODES_RE+ [extractor/common] Extract non smil wowza mpd manifests+ [extractor/common] Detect f4m audio-only formatsExtractors* [vidzi] Fix extraction (#10908, #10952)* [urplay] Fix subtitles extraction+ [urplay] Add support for urskola.se (#10915)+ [orf] Add subtitles support (#10939)* [youtube] Fix --no-playlist behavior for youtu.be/id URLs (#10896)* [nrk] Relax URL regular expression (#10928)+ [nytimes] Add support for podcasts (#10926)* [pluralsight] Relax URL regular expression (#10941)version 2016.10.16Core* [postprocessor/ffmpeg] Return correct filepath and ext in updated information  in FFmpegExtractAudioPP (#10879)Extractors+ [ruutu] Add support for supla.fi (#10849)+ [theoperaplatform] Add support for theoperaplatform.eu (#10914)* [lynda] Fix height for prioritized streams+ [lynda] Add fallback extraction scenario* [lynda] Switch to https (#10916)+ [huajiao] New extractor (#10917)* [cmt] Fix mgid extraction (#10813)+ [safari:course] Add support for techbus.safaribooksonline.com* [orf:tvthek] Fix extraction and modernize (#10898)* [chirbit] Fix extraction of user profile pages* [carambatv] Fix extraction* [canalplus] Fix extraction for some videos* [cbsinteractive] Fix extraction for cnet.com* [parliamentliveuk] Lower case URLs are now recognized (#10912)version 2016.10.12Core+ Support HTML media elements without child nodes* [Makefile] Support for GNU make < 4 is fixed; BSD make dropped (#9387)Extractors* [dailymotion] Fix extraction (#10901)* [vimeo:review] Fix extraction (#10900)* [nhl] Correctly handle invalid formats (#10713)* [footyroom] Fix extraction (#10810)* [abc.net.au:iview] Fix for standalone (non series) videos (#10895)+ [hbo] Add support for episode pages (#10892)* [allocine] Fix extraction (#10860)+ [nextmedia] Recognize action news on AppleDaily* [lego] Improve info extraction and bypass geo restriction (#10872)version 2016.10.07Extractors+ [iprima] Detect geo restriction* [facebook] Fix video extraction (#10846)+ [commonprotocols] Support direct MMS links (#10838)+ [generic] Add support for multiple vimeo embeds (#10862)+ [nzz] Add support for nzz.ch (#4407)+ [npo] Detect geo restriction+ [npo] Add support for 2doc.nl (#10842)+ [lego] Add support for lego.com (#10369)+ [tonline] Add support for t-online.de (#10376)* [techtalks] Relax URL regular expression (#10840)* [youtube:live] Extend URL regular expression (#10839)+ [theweatherchannel] Add support for weather.com (#7188)+ [thisoldhouse] Add support for thisoldhouse.com (#10837)+ [nhl] Add support for wch2016.com (#10833)* [pornoxo] Use JWPlatform to improve metadata extractionversion 2016.10.02Core* Fix possibly lost extended attributes during post-processing+ Support pyxattr as well as python-xattr for --xattrs and  --xattr-set-filesize (#9054)Extractors+ [jwplatform] Support DASH streams in JWPlayer+ [jwplatform] Support old-style JWPlayer playlists+ [byutv:event] Add extractor* [periscope:user] Fix extraction (#10820)* [dctp] Fix extraction (#10734)+ [instagram] Extract video dimensions (#10790)+ [tvland] Extend URL regular expression (#10812)+ [vgtv] Add support for tv.aftonbladet.se (#10800)- [aftonbladet] Remove extractor* [vk] Fix timestamp and view count extraction (#10760)+ [vk] Add support for running and finished live streams (#10799)+ [leeco] Recognize more Le Sports URLs (#10794)+ [instagram] Extract comments (#10788)+ [ketnet] Extract mzsource formats (#10770)* [limelight:media] Improve HTTP formats extractionversion 2016.09.27Core+ Add hdcore query parameter to akamai f4m formats+ Delegate HLS live streams downloading to ffmpeg+ Improved support for HTML5 subtitlesExtractors+ [vk] Add support for dailymotion embeds (#10661)* [promptfile] Fix extraction (#10634)* [kaltura] Speed up embed regular expressions (#10764)+ [npo] Add support for anderetijden.nl (#10754)+ [prosiebensat1] Add support for advopedia sites* [mwave] Relax URL regular expression (#10735, #10748)* [prosiebensat1] Fix playlist support (#10745)+ [prosiebensat1] Add support for sat1gold sites (#10745)+ [cbsnews:livevideo] Fix extraction and extract m3u8 formats+ [brightcove:new] Add support for live streams* [soundcloud] Generalize playlist entries extraction (#10733)+ [mtv] Add support for new URL schema (#8169, #9808)* [einthusan] Fix extraction (#10714)+ [twitter] Support Periscope embeds (#10737)+ [openload] Support subtitles (#10625)version 2016.09.24Core+ Add support for watchTVeverywhere.com authentication provider based MSOs for  Adobe Pass authentication (#10709)Extractors+ [soundcloud:playlist] Provide video id for early playlist entries (#10733)+ [prosiebensat1] Add support for kabeleinsdoku (#10732)* [cbs] Extract info from thunder videoPlayerService (#10728)* [openload] Fix extraction (#10408)+ [ustream] Support the new HLS streams (#10698)+ [ooyala] Extract all HLS formats+ [cartoonnetwork] Add support for Adobe Pass authentication+ [soundcloud] Extract license metadata+ [fox] Add support for Adobe Pass authentication (#8584)+ [tbs] Add support for Adobe Pass authentication (#10642, #10222)+ [trutv] Add support for Adobe Pass authentication (#10519)+ [turner] Add support for Adobe Pass authenticationversion 2016.09.19Extractors+ [crunchyroll] Check if already authenticated (#10700)- [twitch:stream] Remove fallback to profile extraction when stream is offline* [thisav] Improve title extraction (#10682)* [vyborymos] Improve station info extractionversion 2016.09.18Core+ Introduce manifest_url and fragments fields in formats dictionary for  fragmented media+ Provide manifest_url field for DASH segments, HLS and HDS+ Provide fragments field for DASH segments* Rework DASH segments downloader to use fragments field+ Add helper method for Wowza Streaming Engine formats extractionExtractors+ [vyborymos] Add extractor for vybory.mos.ru (#10692)+ [xfileshare] Add title regular expression for streamin.to (#10646)+ [globo:article] Add support for multiple videos (#10653)+ [thisav] Recognize HTML5 videos (#10447)* [jwplatform] Improve JWPlayer detection+ [mangomolo] Add support for Mangomolo embeds+ [toutv] Add support for authentication (#10669)* [franceinter] Fix upload date extraction* [tv4] Fix HLS and HDS formats extraction (#10659)version 2016.09.15Core* Improve _hidden_inputs+ Introduce improved explicit Adobe Pass support+ Add --ap-mso to provide multiple-system operator identifier+ Add --ap-username to provide MSO account username+ Add --ap-password to provide MSO account password+ Add --ap-list-mso to list all supported MSOs+ Add support for Rogers Cable multiple-system operator (#10606)Extractors* [crunchyroll] Fix authentication (#10655)* [twitch] Fix API calls (#10654, #10660)+ [bellmedia] Add support for more Bell Media Television sites* [franceinter] Fix extraction (#10538, #2105)* [kuwo] Improve error detection (#10650)+ [go] Add support for free full episodes (#10439)* [bilibili] Fix extraction for specific videos (#10647)* [nhk] Fix extraction (#10633)* [kaltura] Improve audio detection* [kaltura] Skip chun format+ [vimeo:ondemand] Pass Referer along with embed URL (#10624)+ [nbc] Add support for NBC Olympics (#10361)version 2016.09.11.1Extractors+ [tube8] Extract categories and tags (#10579)+ [pornhub] Extract categories and tags (#10499)* [openload] Temporary fix (#10408)+ [foxnews] Add support Fox News articles (#10598)* [viafree] Improve video id extraction (#10615)* [iwara] Fix extraction after relaunch (#10462, #3215)+ [tfo] Add extractor for tfo.org* [lrt] Fix audio extraction (#10566)* [9now] Fix extraction (#10561)+ [canalplus] Add support for c8.fr (#10577)* [newgrounds] Fix uploader extraction (#10584)+ [polskieradio:category] Add support for category lists (#10576)+ [ketnet] Add extractor for ketnet.be (#10343)+ [canvas] Add support for een.be (#10605)+ [telequebec] Add extractor for telequebec.tv (#1999)* [parliamentliveuk] Fix extraction (#9137)version 2016.09.08Extractors+ [jwplatform] Extract height from format label+ [yahoo] Extract Brightcove Legacy Studio embeds (#9345)* [videomore] Fix extraction (#10592)* [foxgay] Fix extraction (#10480)+ [rmcdecouverte] Add extractor for rmcdecouverte.bfmtv.com (#9709)* [gamestar] Fix metadata extraction (#10479)* [puls4] Fix extraction (#10583)+ [cctv] Add extractor for CCTV and CNTV (#8153)+ [lci] Add extractor for lci.fr (#10573)+ [wat] Extract DASH formats+ [viafree] Improve video id detection (#10569)+ [trutv] Add extractor for trutv.com (#10519)+ [nick] Add support for nickelodeon.nl (#10559)+ [abcotvs:clips] Add support for clips.abcotvs.com+ [abcotvs] Add support for ABC Owned Television Stations sites (#9551)+ [miaopai] Add extractor for miaopai.com (#10556)* [gamestar] Fix metadata extraction (#10479)+ [bilibili] Add support for episodes (#10190)+ [tvnoe] Add extractor for tvnoe.cz (#10524)version 2016.09.04.1Core* In DASH downloader if the first segment fails, abort the whole download  process to prevent throttling (#10497)+ Add support for --skip-unavailable-fragments and --fragment retries in  hlsnative downloader (#10165, #10448).+ Add support for --skip-unavailable-fragments in DASH downloader+ Introduce --skip-unavailable-fragments option for fragment based downloaders  that allows to skip fragments unavailable due to a HTTP error* Fix extraction of video/audio entries with src attribute in  _parse_html5_media_entries (#10540)Extractors* [theplatform] Relax URL regular expression (#10546)* [youtube:playlist] Extend URL regular expression* [rottentomatoes] Delegate extraction to internetvideoarchive extractor* [internetvideoarchive] Extract all formats* [pornvoisines] Fix extraction (#10469)* [rottentomatoes] Fix extraction (#10467)* [espn] Extend URL regular expression (#10549)* [vimple] Extend URL regular expression (#10547)* [youtube:watchlater] Fix extraction (#10544)* [youjizz] Fix extraction (#10437)+ [foxnews] Add support for FoxNews Insider (#10445)+ [fc2] Recognize Flash player URLs (#10512)version 2016.09.03Core* Restore usage of NAME attribute from EXT-X-MEDIA tag for formats codes in  _extract_m3u8_formats (#10522)* Handle semicolon in mimetype2extExtractors+ [youtube] Add support for rental videos' previews (#10532)* [youtube:playlist] Fallback to video extraction for video/playlist URLs when  no playlist is actually served (#10537)+ [drtv] Add support for dr.dk/nyheder (#10536)+ [facebook:plugins:video] Add extractor (#10530)+ [go] Add extractor for *.go.com sites* [adobepass] Check for authz_token expiration (#10527)* [nytimes] improve extraction* [thestar] Fix extraction (#10465)* [glide] Fix extraction (#10478)- [exfm] Remove extractor (#10482)* [youporn] Fix categories and tags extraction (#10521)+ [curiositystream] Add extractor for app.curiositystream.com- [thvideo] Remove extractor (#10464)* [movingimage] Fix for the new site name (#10466)+ [cbs] Add support for once formats (#10515)* [limelight] Skip ism snd duplicate manifests+ [porncom] Extract categories and tags (#10510)+ [facebook] Extract timestamp (#10508)+ [yahoo] Extract more formatsversion 2016.08.31Extractors* [soundcloud] Fix URL regular expression to avoid clashes with sets (#10505)* [bandcamp:album] Fix title extraction (#10455)* [pyvideo] Fix extraction (#10468)+ [ctv] Add support for tsn.ca, bnn.ca and thecomedynetwork.ca (#10016)* [9c9media] Extract more metadata* [9c9media] Fix multiple stacks extraction (#10016)* [adultswim] Improve video info extraction (#10492)* [vodplatform] Improve embed regular expression- [played] Remove extractor (#10470)+ [tbs] Add extractor for tbs.com and tntdrama.com (#10222)+ [cartoonnetwork] Add extractor for cartoonnetwork.com (#10110)* [adultswim] Rework in terms of turner extractor* [cnn] Rework in terms of turner extractor* [nba] Rework in terms of turner extractor+ [turner] Add base extractor for Turner Broadcasting System based sites* [bilibili] Fix extraction (#10375)* [openload] Fix extraction (#10408)version 2016.08.28Core+ Add warning message that ffmpeg doesn't support SOCKS* Improve thumbnail sorting+ Extract formats from #EXT-X-MEDIA tags in _extract_m3u8_formats* Fill IV with leading zeros for IVs shorter than 16 octets in hlsnative+ Add ac-3 to the list of audio codecs in parse_codecsExtractors* [periscope:user] Fix extraction (#10453)* [douyutv] Fix extraction (#10153, #10318, #10444)+ [nhk:vod] Add extractor for www3.nhk.or.jp on demand (#4437, #10424)- [trutube] Remove extractor (#10438)+ [usanetwork] Add extractor for usanetwork.com* [crackle] Fix extraction (#10333)* [spankbang] Fix description and uploader extraction (#10339)* [discoverygo] Detect cable provider restricted videos (#10425)+ [cbc] Add support for watch.cbc.ca* [kickstarter] Silent the warning for og:description (#10415)* [mtvservices:embedded] Fix extraction for the new 'edge' player (#10363)version 2016.08.24.1Extractors+ [pluralsight] Add support for subtitles (#9681)version 2016.08.24Extractors* [youtube] Fix authentication (#10392)* [openload] Fix extraction (#10408)+ [bravotv] Add support for Adobe Pass (#10407)* [bravotv] Fix clip info extraction (#10407)* [eagleplatform] Improve embedded videos detection (#10409)* [awaan] Fix extraction* [mtvservices:embedded] Update config URL+ [abc:iview] Add extractor (#6148)version 2016.08.22Core* Improve formats and subtitles extension auto calculation+ Recognize full unit names in parse_filesize+ Add support for m3u8 manifests in HTML5 multimedia tags* Fix octal/hexadecimal number detection in js_to_jsonExtractors+ [ivi] Add support for 720p and 1080p+ [charlierose] Add new extractor (#10382)* [1tv] Fix extraction (#9249)* [twitch] Renew authentication* [kaltura] Improve subtitles extension calculation+ [zingmp3] Add support for video clips* [zingmp3] Fix extraction (#10041)* [kaltura] Improve subtitles extraction (#10279)* [cultureunplugged] Fix extraction (#10330)+ [cnn] Add support for money.cnn.com (#2797)* [cbsnews] Fix extraction (#10362)* [cbs] Fix extraction (#10393)+ [litv] Support 'promo' URLs (#10385)* [snotr] Fix extraction (#10338)* [n-tv.de] Fix extraction (#10331)* [globo:article] Relax URL and video id regular expressions (#10379)version 2016.08.19Core- Remove output template description from --help* Recognize lowercase units in parse_filesizeExtractors+ [porncom] Add extractor for porn.com (#2251, #10251)+ [generic] Add support for DBTV embeds* [vk:wallpost] Fix audio extraction for new site layout* [vk] Fix authentication+ [hgtvcom:show] Add extractor for hgtv.com shows (#10365)+ [discoverygo] Add support for another GO network sitesversion 2016.08.17Core+ Add _get_netrc_login_infoExtractors* [mofosex] Extract all formats (#10335)+ [generic] Add support for vbox7 embeds+ [vbox7] Add support for embed URLs+ [viafree] Add extractor (#10358)+ [mtg] Add support for viafree URLs (#10358)* [theplatform] Extract all subtitles per language+ [xvideos] Fix HLS extraction (#10356)+ [amcnetworks] Add extractor+ [bbc:playlist] Add support for pagination (#10349)+ [fxnetworks] Add extractor (#9462)* [cbslocal] Fix extraction for SendtoNews-based videos* [sendtonews] Fix extraction* [jwplatform] Extract video id from JWPlayer data- [zippcast] Remove extractor (#10332)+ [viceland] Add extractor (#8799)+ [adobepass] Add base extractor for Adobe Pass Authentication* [life:embed] Improve extraction* [vgtv] Detect geo restricted videos (#10348)+ [uplynk] Add extractor* [xiami] Fix extraction (#10342)version 2016.08.13Core* Show progress for curl external downloader* Forward more options to curl external downloaderExtractors* [pbs] Fix description extraction* [franceculture] Fix extraction (#10324)* [pornotube] Fix extraction (#10322)* [4tube] Fix metadata extraction (#10321)* [imgur] Fix width and height extraction (#10325)* [expotv] Improve extraction+ [vbox7] Fix extraction (#10309)- [tapely] Remove extractor (#10323)* [muenchentv] Fix extraction (#10313)+ [24video] Add support for .me and .xxx TLDs* [24video] Fix comment count extraction* [sunporno] Add support for embed URLs* [sunporno] Fix metadata extraction (#10316)+ [hgtv] Add extractor for hgtv.ca (#3999)- [pbs] Remove request to unavailable API+ [pbs] Add support for high quality HTTP formats+ [crunchyroll] Add support for HLS formats (#10301)version 2016.08.12Core* Subtitles are now written as is. Newline conversions are disabled. (#10268)+ Recognize more formats in unified_timestampExtractors- [goldenmoustache] Remove extractor (#10298)* [drtuber] Improve title extraction* [drtuber] Make dislike count optional (#10297)* [chirbit] Fix extraction (#10296)* [francetvinfo] Relax URL regular expression* [rtlnl] Relax URL regular expression (#10282)* [formula1] Relax URL regular expression (#10283)* [wat] Improve extraction (#10281)* [ctsnews] Fix extractionversion 2016.08.10Core* Make --metadata-from-title non fatal when title does not match the pattern* Introduce options for randomized sleep before each download  --min-sleep-interval and --max-sleep-interval (#9930)* Respect default in _search_json_ldExtractors+ [uol] Add extractor for uol.com.br (#4263)* [rbmaradio] Fix extraction and extract all formats (#10242)+ [sonyliv] Add extractor for sonyliv.com (#10258)* [aparat] Fix extraction* [cwtv] Extract HTTP formats+ [rozhlas] Add extractor for prehravac.rozhlas.cz (#10253)* [kuwo:singer] Fix extractionversion 2016.08.07Core+ Add support for TV Parental Guidelines ratings in parse_age_limit+ Add decode_png (#9706)+ Add support for partOfTVSeries in JSON-LD* Lower master M3U8 manifest preference for better format sortingExtractors+ [discoverygo] Add extractor (#10245)* [flipagram] Make JSON-LD extraction non fatal* [generic] Make JSON-LD extraction non fatal+ [bbc] Add support for morph embeds (#10239)* [tnaflixnetworkbase] Improve title extraction* [tnaflix] Fix metadata extraction (#10249)* [fox] Fix theplatform release URL query* [openload] Fix extraction (#9706)* [bbc] Skip duplicate manifest URLs* [bbc] Improve format code+ [bbc] Add support for DASH and F4M* [bbc] Improve format sorting and listing* [bbc] Improve playlist extraction+ [pokemon] Add extractor (#10093)+ [condenast] Add fallback scenario for video info extractionversion 2016.08.06Core* Add support for JSON-LD root list entries (#10203)* Improve unified_timestamp* Lower preference of RTSP formats in generic sorting+ Add support for multiple properties in _og_search_property* Improve password hiding from verbose outputExtractors+ [adultswim] Add support for trailers (#10235)* [archiveorg] Improve extraction (#10219)+ [jwplatform] Add support for playlists+ [jwplatform] Add support for relative URLs* [jwplatform] Improve audio detection+ [tvplay] Capture and output native error message+ [tvplay] Extract series metadata+ [tvplay] Add support for subtitles (#10194)* [tvp] Improve extraction (#7799)* [cbslocal] Fix timestamp parsing (#10213)+ [naver] Add support for subtitles (#8096)* [naver] Improve extraction* [condenast] Improve extraction* [engadget] Relax URL regular expression* [5min] Fix extraction+ [nationalgeographic] Add support for Episode Guide+ [kaltura] Add support for subtitles* [kaltura] Optimize network requests+ [vodplatform] Add extractor for vod-platform.net- [gamekings] Remove extractor* [limelight] Extract HTTP formats* [ntvru] Fix extraction+ [comedycentral] Re-add :tds and :thedailyshow shortnamesversion 2016.08.01Fixed/improved extractors- [yandexmusic:track] Adapt to changes in track location JSON (#10193)- [bloomberg] Support another form of player (#10187)- [limelight] Skip DRM protected videos- [safari] Relax regular expressions for URL matching (#10202)- [cwtv] Add support for cwtvpr.com (#10196)version 2016.07.30Fixed/improved extractors- [twitch:clips] Sort formats- [tv2] Use m3u8_native- [tv2:article] Fix video detection (#10188)- rtve (#10076)- [dailymotion:playlist] Optimize download archive processing (#10180)version 2016.07.28Fixed/improved extractors- shared (#10170)- soundcloud (#10179)- twitch (#9767)version 2016.07.26.2Fixed/improved extractors- smotri- camdemy- mtv- comedycentral- cmt- cbc- mgtv- orfversion 2016.07.24New extractors- arkena (#8682)- lcp (#8682)Fixed/improved extractors- facebook (#10151)- dailymail- telegraaf- dcn- onet- tvpMiscellaneous- Support $Time$ in DASH manifestsversion 2016.07.22New extractors- odatv (#9285)Fixed/improved extractors- bbc- youjizz (#10131)- youtube (#10140)- pornhub (#10138)- eporner (#10139)version 2016.07.17New extractors- nintendo (#9986)- streamable (#9122)Fixed/improved extractors- ard (#10095)- mtv- comedycentral (#10101)- viki (#10098)- spike (#10106)Miscellaneous- Improved twitter player detection (#10090)version 2016.07.16New extractors- ninenow (#5181)Fixed/improved extractors- rtve (#10076)- brightcove- 3qsdn- syfy (#9087, #3820, #2388)- youtube (#10083)Miscellaneous- Fix subtitle embedding for video-only and audio-only files (#10081)version 2016.07.13New extractors- rudoFixed/improved extractors- biobiochiletv- tvplay- dbtv- brightcove- tmz- youtube (#10059)- shahid (#10062)- vk- ellentv (#10067)version 2016.07.11New Extractors- roosterteeth (#9864)Fixed/improved extractors- miomio (#9605)- vuclip- youtube- vidzi (#10058)version 2016.07.09.2Fixed/improved extractors- vimeo (#1638)- facebook (#10048)- lynda (#10047)- animeondemandFixed/improved features- Embedding subtitles no longer throws an error with problematic inputs (#9063)version 2016.07.09.1Fixed/improved extractors- youtube- ard- srmediatek (#9373)version 2016.07.09New extractors- Flipagram (#9898)Fixed/improved extractors- telecinco- toutv- radiocanada- tweakers (#9516)- lynda- nick (#7542)- polskieradio (#10028)- le- facebook (#9851)- mgtv- animeondemand (#10031)Fixed/improved features- `--postprocessor-args` and `--downloader-args` now accepts non-ASCII inputs  on non-Windows systemsversion 2016.07.07New extractors- kamcord (#10001)Fixed/improved extractors- spiegel (#10018)- metacafe (#8539, #3253)- onet (#9950)- francetv (#9955)- brightcove (#9965)- daum (#9972)version 2016.07.06Fixed/improved extractors- youtube (#10007, #10009)- xuite- stitcher- spiegel- slideshare- sandia- rtvnh- prosiebensat1- onionstudiosversion 2016.07.05Fixed/improved extractors- brightcove- yahoo (#9995)- pornhub (#9997)- iqiyi- kaltura (#5557)- la7- Changed features- Rename --cn-verfication-proxy to --geo-verification-proxyMiscellaneous- Add script for displaying downloads statisticsversion 2016.07.03.1Fixed/improved extractors- theplatform- aenetworks- nationalgeographic- hrti (#9482)- facebook (#5701)- buzzfeed (#5701)- rai (#8617, #9157, #9232, #8552, #8551)- nationalgeographic (#9991)- iqiyiversion 2016.07.03New extractors- hrti (#9482)Fixed/improved extractors- vk (#9981)- facebook (#9938)- xtube (#9953, #9961)version 2016.07.02New extractors- fusion (#9958)Fixed/improved extractors- twitch (#9975)- vine (#9970)- periscope (#9967)- pornhub (#8696)version 2016.07.01New extractors- 9c9media- ctvnews (#2156)- ctv (#4077)Fixed/Improved extractors- rds- meta (#8789)- pornhub (#9964)- sixplay (#2183)New features- Accept quoted strings across multiple lines (#9940)
 |