mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[gaskrank] Minor change and update ChangeLog after #11685
This commit is contained in:
		| @@ -1,6 +1,7 @@ | |||||||
| version <unreleased> | version <unreleased> | ||||||
|  |  | ||||||
| Extractors | Extractors | ||||||
|  | + [gaskrank] Add new extractor (#11685) | ||||||
| * [bandcamp] Fix extraction for incomplete albums (#11727) | * [bandcamp] Fix extraction for incomplete albums (#11727) | ||||||
| * [iwara] Fix extraction (#11781) | * [iwara] Fix extraction (#11781) | ||||||
| * [googledrive] Fix extraction on Python 3.6 | * [googledrive] Fix extraction on Python 3.6 | ||||||
|   | |||||||
| @@ -3,10 +3,12 @@ from __future__ import unicode_literals | |||||||
|  |  | ||||||
| import re | import re | ||||||
| from .common import InfoExtractor | from .common import InfoExtractor | ||||||
| from ..utils import float_or_none | from ..utils import ( | ||||||
| from ..utils import int_or_none |     float_or_none, | ||||||
| from ..utils import js_to_json |     int_or_none, | ||||||
| from ..utils import unified_strdate |     js_to_json, | ||||||
|  |     unified_strdate, | ||||||
|  | ) | ||||||
|  |  | ||||||
|  |  | ||||||
| class GaskrankIE(InfoExtractor): | class GaskrankIE(InfoExtractor): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user