mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[ModifyChapters] Handle the entire video being marked for removal
Closes #5238
This commit is contained in:
		| @@ -37,6 +37,9 @@ class ModifyChaptersPP(FFmpegPostProcessor): | |||||||
|         info['chapters'], cuts = self._remove_marked_arrange_sponsors(chapters + sponsor_chapters) |         info['chapters'], cuts = self._remove_marked_arrange_sponsors(chapters + sponsor_chapters) | ||||||
|         if not cuts: |         if not cuts: | ||||||
|             return [], info |             return [], info | ||||||
|  |         elif not info['chapters']: | ||||||
|  |             self.report_warning('You have requested to remove the entire video, which is not possible') | ||||||
|  |             return [], info | ||||||
| 
 | 
 | ||||||
|         original_duration, info['duration'] = info.get('duration'), info['chapters'][-1]['end_time'] |         original_duration, info['duration'] = info.get('duration'), info['chapters'][-1]['end_time'] | ||||||
|         if self._duration_mismatch(real_duration, original_duration, 1): |         if self._duration_mismatch(real_duration, original_duration, 1): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan