mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 20:07:08 -05:00 
			
		
		
		
	[twitch] Skip dead tests
This commit is contained in:
		@@ -171,6 +171,7 @@ class TwitchVideoIE(TwitchItemBaseIE):
 | 
				
			|||||||
            'title': 'Worlds Semifinals - Star Horn Royal Club vs. OMG',
 | 
					            'title': 'Worlds Semifinals - Star Horn Royal Club vs. OMG',
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        'playlist_mincount': 12,
 | 
					        'playlist_mincount': 12,
 | 
				
			||||||
 | 
					        'skip': 'HTTP Error 404: Not Found',
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -187,6 +188,7 @@ class TwitchChapterIE(TwitchItemBaseIE):
 | 
				
			|||||||
            'title': 'ACRL Off Season - Sports Cars @ Nordschleife',
 | 
					            'title': 'ACRL Off Season - Sports Cars @ Nordschleife',
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        'playlist_mincount': 3,
 | 
					        'playlist_mincount': 3,
 | 
				
			||||||
 | 
					        'skip': 'HTTP Error 404: Not Found',
 | 
				
			||||||
    }, {
 | 
					    }, {
 | 
				
			||||||
        'url': 'http://www.twitch.tv/tsm_theoddone/c/2349361',
 | 
					        'url': 'http://www.twitch.tv/tsm_theoddone/c/2349361',
 | 
				
			||||||
        'only_matching': True,
 | 
					        'only_matching': True,
 | 
				
			||||||
@@ -368,6 +370,7 @@ class TwitchBookmarksIE(TwitchPlaylistBaseIE):
 | 
				
			|||||||
            'title': 'Ognos',
 | 
					            'title': 'Ognos',
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        'playlist_mincount': 3,
 | 
					        'playlist_mincount': 3,
 | 
				
			||||||
 | 
					        'skip': 'HTTP Error 404: Not Found',
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def _extract_playlist_page(self, response):
 | 
					    def _extract_playlist_page(self, response):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user