Add dialog for copying urls to external player for livestreams

Also for livestreams which are over whose other sources
aren't present or aren't ready yet.
This commit is contained in:
James Taylor
2020-06-28 17:52:24 -07:00
parent 6e14a8547d
commit aa3e5aa441
4 changed files with 101 additions and 12 deletions

View File

@@ -9,4 +9,4 @@ from .everything_else import (extract_channel_info, extract_search_info,
from .watch_extraction import (extract_watch_info, get_caption_url,
update_with_age_restricted_info, requires_decryption,
extract_decryption_function, decrypt_signatures, _formats,
update_format_with_type_info)
update_format_with_type_info, extract_hls_formats)