release 2018.05.26
This commit is contained in:
		
							parent
							
								
									38e4e8ab80
								
							
						
					
					
						commit
						0934c9d4fa
					
				
					 5 changed files with 13 additions and 13 deletions
				
			
		
							
								
								
									
										6
									
								
								.github/ISSUE_TEMPLATE.md
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/ISSUE_TEMPLATE.md
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -6,8 +6,8 @@
 | 
			
		|||
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
### Make sure you are using the *latest* version: run `youtube-dl --version` and ensure your version is *2018.05.18*. If it's not, read [this FAQ entry](https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl) and update. Issues with outdated version will be rejected.
 | 
			
		||||
- [ ] I've **verified** and **I assure** that I'm running youtube-dl **2018.05.18**
 | 
			
		||||
### Make sure you are using the *latest* version: run `youtube-dl --version` and ensure your version is *2018.05.26*. If it's not, read [this FAQ entry](https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl) and update. Issues with outdated version will be rejected.
 | 
			
		||||
- [ ] I've **verified** and **I assure** that I'm running youtube-dl **2018.05.26**
 | 
			
		||||
 | 
			
		||||
### Before submitting an *issue* make sure you have:
 | 
			
		||||
- [ ] At least skimmed through the [README](https://github.com/rg3/youtube-dl/blob/master/README.md), **most notably** the [FAQ](https://github.com/rg3/youtube-dl#faq) and [BUGS](https://github.com/rg3/youtube-dl#bugs) sections
 | 
			
		||||
| 
						 | 
				
			
			@ -36,7 +36,7 @@ Add the `-v` flag to **your command line** you run youtube-dl with (`youtube-dl
 | 
			
		|||
[debug] User config: []
 | 
			
		||||
[debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj']
 | 
			
		||||
[debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
 | 
			
		||||
[debug] youtube-dl version 2018.05.18
 | 
			
		||||
[debug] youtube-dl version 2018.05.26
 | 
			
		||||
[debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2
 | 
			
		||||
[debug] exe versions: ffmpeg N-75573-g1d0487f, ffprobe N-75573-g1d0487f, rtmpdump 2.4
 | 
			
		||||
[debug] Proxy map: {}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
version <unreleased>
 | 
			
		||||
version 2018.05.26
 | 
			
		||||
 | 
			
		||||
Core
 | 
			
		||||
* [utils] Improve parse_age_limit
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										13
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										13
									
								
								README.md
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -93,8 +93,8 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
 | 
			
		|||
 | 
			
		||||
## Network Options:
 | 
			
		||||
    --proxy URL                      Use the specified HTTP/HTTPS/SOCKS proxy.
 | 
			
		||||
                                     To enable experimental SOCKS proxy, specify
 | 
			
		||||
                                     a proper scheme. For example
 | 
			
		||||
                                     To enable SOCKS proxy, specify a proper
 | 
			
		||||
                                     scheme. For example
 | 
			
		||||
                                     socks5://127.0.0.1:1080/. Pass in an empty
 | 
			
		||||
                                     string (--proxy "") for direct connection
 | 
			
		||||
    --socket-timeout SECONDS         Time to wait before giving up, in seconds
 | 
			
		||||
| 
						 | 
				
			
			@ -109,16 +109,15 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
 | 
			
		|||
                                     option is not present) is used for the
 | 
			
		||||
                                     actual downloading.
 | 
			
		||||
    --geo-bypass                     Bypass geographic restriction via faking
 | 
			
		||||
                                     X-Forwarded-For HTTP header (experimental)
 | 
			
		||||
                                     X-Forwarded-For HTTP header
 | 
			
		||||
    --no-geo-bypass                  Do not bypass geographic restriction via
 | 
			
		||||
                                     faking X-Forwarded-For HTTP header
 | 
			
		||||
                                     (experimental)
 | 
			
		||||
    --geo-bypass-country CODE        Force bypass geographic restriction with
 | 
			
		||||
                                     explicitly provided two-letter ISO 3166-2
 | 
			
		||||
                                     country code (experimental)
 | 
			
		||||
                                     country code
 | 
			
		||||
    --geo-bypass-ip-block IP_BLOCK   Force bypass geographic restriction with
 | 
			
		||||
                                     explicitly provided IP block in CIDR
 | 
			
		||||
                                     notation (experimental)
 | 
			
		||||
                                     notation
 | 
			
		||||
 | 
			
		||||
## Video Selection:
 | 
			
		||||
    --playlist-start NUMBER          Playlist video to start at (default is 1)
 | 
			
		||||
| 
						 | 
				
			
			@ -209,7 +208,7 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
 | 
			
		|||
    --playlist-reverse               Download playlist videos in reverse order
 | 
			
		||||
    --playlist-random                Download playlist videos in random order
 | 
			
		||||
    --xattr-set-filesize             Set file xattribute ytdl.filesize with
 | 
			
		||||
                                     expected file size (experimental)
 | 
			
		||||
                                     expected file size
 | 
			
		||||
    --hls-prefer-native              Use the native HLS downloader instead of
 | 
			
		||||
                                     ffmpeg
 | 
			
		||||
    --hls-prefer-ffmpeg              Use ffmpeg instead of the native HLS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -365,7 +365,6 @@
 | 
			
		|||
 - **ImgurAlbum**
 | 
			
		||||
 - **Ina**
 | 
			
		||||
 - **Inc**
 | 
			
		||||
 - **Indavideo**
 | 
			
		||||
 - **IndavideoEmbed**
 | 
			
		||||
 - **InfoQ**
 | 
			
		||||
 - **Instagram**
 | 
			
		||||
| 
						 | 
				
			
			@ -526,6 +525,7 @@
 | 
			
		|||
 - **nbcolympics**
 | 
			
		||||
 - **nbcolympics:stream**
 | 
			
		||||
 - **NBCSports**
 | 
			
		||||
 - **NBCSportsStream**
 | 
			
		||||
 - **NBCSportsVPlayer**
 | 
			
		||||
 - **ndr**: NDR.de - Norddeutscher Rundfunk
 | 
			
		||||
 - **ndr:embed**
 | 
			
		||||
| 
						 | 
				
			
			@ -625,6 +625,7 @@
 | 
			
		|||
 - **pbs**: Public Broadcasting Service (PBS) and member stations: PBS: Public Broadcasting Service, APT - Alabama Public Television (WBIQ), GPB/Georgia Public Broadcasting (WGTV), Mississippi Public Broadcasting (WMPN), Nashville Public Television (WNPT), WFSU-TV (WFSU), WSRE (WSRE), WTCI (WTCI), WPBA/Channel 30 (WPBA), Alaska Public Media (KAKM), Arizona PBS (KAET), KNME-TV/Channel 5 (KNME), Vegas PBS (KLVX), AETN/ARKANSAS ETV NETWORK (KETS), KET (WKLE), WKNO/Channel 10 (WKNO), LPB/LOUISIANA PUBLIC BROADCASTING (WLPB), OETA (KETA), Ozarks Public Television (KOZK), WSIU Public Broadcasting (WSIU), KEET TV (KEET), KIXE/Channel 9 (KIXE), KPBS San Diego (KPBS), KQED (KQED), KVIE Public Television (KVIE), PBS SoCal/KOCE (KOCE), ValleyPBS (KVPT), CONNECTICUT PUBLIC TELEVISION (WEDH), KNPB Channel 5 (KNPB), SOPTV (KSYS), Rocky Mountain PBS (KRMA), KENW-TV3 (KENW), KUED Channel 7 (KUED), Wyoming PBS (KCWC), Colorado Public Television / KBDI 12 (KBDI), KBYU-TV (KBYU), Thirteen/WNET New York (WNET), WGBH/Channel 2 (WGBH), WGBY (WGBY), NJTV Public Media NJ (WNJT), WLIW21 (WLIW), mpt/Maryland Public Television (WMPB), WETA Television and Radio (WETA), WHYY (WHYY), PBS 39 (WLVT), WVPT - Your Source for PBS and More! (WVPT), Howard University Television (WHUT), WEDU PBS (WEDU), WGCU Public Media (WGCU), WPBT2 (WPBT), WUCF TV (WUCF), WUFT/Channel 5 (WUFT), WXEL/Channel 42 (WXEL), WLRN/Channel 17 (WLRN), WUSF Public Broadcasting (WUSF), ETV (WRLK), UNC-TV (WUNC), PBS Hawaii - Oceanic Cable Channel 10 (KHET), Idaho Public Television (KAID), KSPS (KSPS), OPB (KOPB), KWSU/Channel 10 & KTNW/Channel 31 (KWSU), WILL-TV (WILL), Network Knowledge - WSEC/Springfield (WSEC), WTTW11 (WTTW), Iowa Public Television/IPTV (KDIN), Nine Network (KETC), PBS39 Fort Wayne (WFWA), WFYI Indianapolis (WFYI), Milwaukee Public Television (WMVS), WNIN (WNIN), WNIT Public Television (WNIT), WPT (WPNE), WVUT/Channel 22 (WVUT), WEIU/Channel 51 (WEIU), WQPT-TV (WQPT), WYCC PBS Chicago (WYCC), WIPB-TV (WIPB), WTIU (WTIU), CET  (WCET), ThinkTVNetwork (WPTD), WBGU-TV (WBGU), WGVU TV (WGVU), NET1 (KUON), Pioneer Public Television (KWCM), SDPB Television (KUSD), TPT (KTCA), KSMQ (KSMQ), KPTS/Channel 8 (KPTS), KTWU/Channel 11 (KTWU), East Tennessee PBS (WSJK), WCTE-TV (WCTE), WLJT, Channel 11 (WLJT), WOSU TV (WOSU), WOUB/WOUC (WOUB), WVPB (WVPB), WKYU-PBS (WKYU), KERA 13 (KERA), MPBN (WCBB), Mountain Lake PBS (WCFE), NHPTV (WENH), Vermont PBS (WETK), witf (WITF), WQED Multimedia (WQED), WMHT Educational Telecommunications (WMHT), Q-TV (WDCQ), WTVS Detroit Public TV (WTVS), CMU Public Television (WCMU), WKAR-TV (WKAR), WNMU-TV Public TV 13 (WNMU), WDSE - WRPT (WDSE), WGTE TV (WGTE), Lakeland Public Television (KAWE), KMOS-TV - Channels 6.1, 6.2 and 6.3 (KMOS), MontanaPBS (KUSM), KRWG/Channel 22 (KRWG), KACV (KACV), KCOS/Channel 13 (KCOS), WCNY/Channel 24 (WCNY), WNED (WNED), WPBS (WPBS), WSKG Public TV (WSKG), WXXI (WXXI), WPSU (WPSU), WVIA Public Media Studios (WVIA), WTVI (WTVI), Western Reserve PBS (WNEO), WVIZ/PBS ideastream (WVIZ), KCTS 9 (KCTS), Basin PBS (KPBT), KUHT / Channel 8 (KUHT), KLRN (KLRN), KLRU (KLRU), WTJX Channel 12 (WTJX), WCVE PBS (WCVE), KBTC Public Television (KBTC)
 | 
			
		||||
 - **pcmag**
 | 
			
		||||
 - **PearVideo**
 | 
			
		||||
 - **PeerTube**
 | 
			
		||||
 - **People**
 | 
			
		||||
 - **PerformGroup**
 | 
			
		||||
 - **periscope**: Periscope
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,3 +1,3 @@
 | 
			
		|||
from __future__ import unicode_literals
 | 
			
		||||
 | 
			
		||||
__version__ = '2018.05.18'
 | 
			
		||||
__version__ = '2018.05.26'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue