1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-01-23 01:48:48 +00:00
youtube-dl/youtube_dl
Yen Chi Hsuan e1ec93304d [instagram:user] Truncate title to 80 characters (#5919)
This is a workaround. Currently YoutubeDL.process_info() truncates
info_dict['title'] to 200 characters, but the implementation can't
handle wide characters.
2015-06-08 01:46:33 +08:00
..
downloader
extractor [instagram:user] Truncate title to 80 characters (#5919) 2015-06-08 01:46:33 +08:00
postprocessor
__init__.py
__main__.py
aes.py
cache.py
compat.py Remove code that was only used by the Grooveshark extractor 2015-05-02 17:29:56 +02:00
jsinterp.py
options.py [options] Clarify --list-extractors (Closes #5916) 2015-06-07 08:12:21 +06:00
swfinterp.py
update.py update: Use https for getting the version info (fixes #5909) 2015-06-07 00:21:30 +02:00
utils.py
version.py release 2015.06.04.1 2015-06-04 21:54:33 +02:00
YoutubeDL.py