mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	| @@ -3484,7 +3484,7 @@ class YoutubeDL: | ||||
|         assert vid_id | ||||
| 
 | ||||
|         self.write_debug(f'Adding to archive: {vid_id}') | ||||
|         if isinstance(fn, os.PathLike): | ||||
|         if is_path_like(fn): | ||||
|             with locked_file(fn, 'a', encoding='utf-8') as archive_file: | ||||
|                 archive_file.write(vid_id + '\n') | ||||
|         self.archive.add(vid_id) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan