Sergey M․ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							47a5cb7734 
							
						 
					 
					
						
						
							
							Generalize XML manifest processing code and improve XSPF parsing ( closes   #15794 )  
						
						
						
					 
					
						2018-03-18 02:52:17 +07:00 
						 
				 
			
				
					
						
							
							
								Ricardo Constantino 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							96b8b9abae 
							
						 
					 
					
						
						
							
							[extractor/generic] Support relative URIs in _parse_xspf  
						
						... 
						
						
						
						<location> can have relative URIs, not just absolute. 
						
					 
					
						2018-03-18 02:48:44 +07:00 
						 
				 
			
				
					
						
							
							
								Sergey M․ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9d6ac71c27 
							
						 
					 
					
						
						
							
							[extractor/common] Fix extraction of DASH formats with the same representation id ( closes   #15111 )  
						
						
						
					 
					
						2017-12-29 23:14:56 +07:00 
						 
				 
			
				
					
						
							
							
								Sergey M․ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							78593e294c 
							
						 
					 
					
						
						
							
							Add references for  #14844  
						
						
						
					 
					
						2017-12-02 21:22:43 +07:00 
						 
				 
			
				
					
						
							
							
								Petr Novak 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							41bf647e89 
							
						 
					 
					
						
						
							
							[extractor/common] Add support for DASH manifests with SegmentLists with bare SegmentURLs  
						
						
						
					 
					
						2017-12-02 21:16:36 +07:00 
						 
				 
			
				
					
						
							
							
								Yen Chi Hsuan 
							
						 
					 
					
						
						
						
						
							
						
						
							f58a506044 
							
						 
					 
					
						
						
							
							[test_InfoExtractor] Fix flake8  
						
						
						
					 
					
						2017-11-27 21:30:47 +08:00 
						 
				 
			
				
					
						
							
							
								Sergey M․ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							181e381fda 
							
						 
					 
					
						
						
							
							[test_InfoExtractor] Add test for  #14660  
						
						
						
					 
					
						2017-11-04 22:15:58 +07:00 
						 
				 
			
				
					
						
							
							
								Sergey M․ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4850478543 
							
						 
					 
					
						
						
							
							[extractor/common] Add support for float durations in _parse_mpd_formats ( closes   #13919 )  
						
						
						
					 
					
						2017-08-15 23:58:00 +07:00 
						 
				 
			
				
					
						
							
							
								Sergey M․ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							30bb6ce1a4 
							
						 
					 
					
						
						
							
							[test_InfoExtractor] Fix test_parse_m3u8_formats  
						
						
						
					 
					
						2017-04-28 03:01:43 +07:00 
						 
				 
			
				
					
						
							
							
								Sergey M․ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ff99fe529e 
							
						 
					 
					
						
						
							
							Don't list master m3u8 playlists in format list ( closes   #12832 )  
						
						
						
					 
					
						2017-04-27 21:53:17 +07:00 
						 
				 
			
				
					
						
							
							
								Sergey M․ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ddd258f922 
							
						 
					 
					
						
						
							
							[test_InfoExtractor] Add m3u8 parsing test for NAME attribute in EXT-X-STREAM-INF tag  
						
						
						
					 
					
						2017-04-23 11:49:57 +07:00 
						 
				 
			
				
					
						
							
							
								Sergey M․ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cb2520802d 
							
						 
					 
					
						
						
							
							[extractor/common] Improve m3u8 extraction ( closes   #12211 )  
						
						... 
						
						
						
						* Extract m3u8 parsing to separate method
* Improve rendition groups extraction
* Build stream name according stream GROUP-ID
* Ignore reference to AUDIO group without URI when stream has no CODECS
+ Add test coverage for parsing m3u8 from #11507 , #11995 , #12211  and twitch vod 
						
					 
					
						2017-04-22 07:01:00 +07:00 
						 
				 
			
				
					
						
							
							
								Sergey M․ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7f3590c43b 
							
						 
					 
					
						
						
							
							[test_InfoExtractor] Add some realworld tests for _extract_jwplayer_data  
						
						
						
					 
					
						2017-03-17 00:00:01 +07:00 
						 
				 
			
				
					
						
							
							
								Yen Chi Hsuan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							582be35847 
							
						 
					 
					
						
						
							
							Update coding style after pycodestyle 2.1.0  
						
						... 
						
						
						
						In pycodestyle 2.1.0, E305 was introduced, which requires two blank
lines after top level declarations, too.
See https://github.com/PyCQA/pycodestyle/issues/400 
See also #10689 ; thanks @stepshal for first mentioning this issue and
initial patches 
						
					 
					
						2016-11-17 19:45:42 +08:00 
						 
				 
			
				
					
						
							
							
								Sergey M․ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b070564efb 
							
						 
					 
					
						
						
							
							[extractor/common] Support multiple properties in _og_search_property  
						
						
						
					 
					
						2016-08-02 22:55:14 +07:00 
						 
				 
			
				
					
						
							
							
								Sergey M․ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							88d9f6c0c4 
							
						 
					 
					
						
						
							
							[utils] Add support for name list in _html_search_meta  
						
						
						
					 
					
						2016-06-26 16:57:14 +07:00 
						 
				 
			
				
					
						
							
							
								Jaime Marquínez Ferrándiz 
							
						 
					 
					
						
						
						
						
							
						
						
							6a801f4470 
							
						 
					 
					
						
						
							
							[test/InfoExtractors] add test for _download_json  
						
						
						
					 
					
						2016-04-09 23:18:41 +02:00 
						 
				 
			
				
					
						
							
							
								Sergey M․ 
							
						 
					 
					
						
						
						
						
							
						
						
							448ef1f31c 
							
						 
					 
					
						
						
							
							[extractor/common] Allow angle brackets in attributes in _og_regexes ( #7215 )  
						
						
						
					 
					
						2015-10-18 09:11:02 +06:00 
						 
				 
			
				
					
						
							
							
								Sergey M․ 
							
						 
					 
					
						
						
						
						
							
						
						
							db0a8ad979 
							
						 
					 
					
						
						
							
							[test_InfoExtractor] Add test for unquoted attribute  
						
						
						
					 
					
						2015-10-14 21:11:06 +06:00 
						 
				 
			
				
					
						
							
							
								Sergey M․ 
							
						 
					 
					
						
						
						
						
							
						
						
							1c29e81e62 
							
						 
					 
					
						
						
							
							[test_InfoExtractor] Add test for  7a6d76a64d 
						
						
						
					 
					
						2015-10-14 20:58:52 +06:00 
						 
				 
			
				
					
						
							
							
								Philipp Hagemeister 
							
						 
					 
					
						
						
						
						
							
						
						
							bec2248141 
							
						 
					 
					
						
						
							
							[InfoExtractor/common] Correct and test meta tag matching  
						
						
						
					 
					
						2015-01-08 16:14:50 +01:00 
						 
				 
			
				
					
						
							
							
								Jaime Marquínez Ferrándiz 
							
						 
					 
					
						
						
						
						
							
						
						
							1471956573 
							
						 
					 
					
						
						
							
							Add a basic test suite for the InfoExtractor class  
						
						
						
					 
					
						2014-03-09 17:05:29 +01:00