diff --git a/src/you_get/common.py b/src/you_get/common.py index 8c7baaea..5822f2d4 100644 --- a/src/you_get/common.py +++ b/src/you_get/common.py @@ -674,7 +674,8 @@ def download_urls_chunked(urls, title, ext, total_size, output_dir='.', refer=No def download_rtmp_url(url, playpath, title, ext, total_size=0, output_dir='.', refer=None, merge=True, faker=False): assert url if dry_run: - print('Real URLs:\n%s\n' % [url]) + print('Real URL:\n%s\n' % [url]) + print('Real Playpath:\n%s\n' % [playpath]) return if player: diff --git a/src/you_get/extractor/theplatform.py b/src/you_get/extractor/theplatform.py index d4eb1793..2938c459 100644 --- a/src/you_get/extractor/theplatform.py +++ b/src/you_get/extractor/theplatform.py @@ -17,8 +17,6 @@ def theplatform_download_by_pid(pid, title, output_dir='.', merge=True, info_onl print_info(site_info, title, type, size) if not info_only: - #from ..processor.rtmpdump import has_rtmpdump_installed, download_rtmpdump_stream - #assert has_rtmpdump_installed(), "RTMPDump not installed." download_rtmp_url(url=smil_base, playpath=ext+':'+smil_video, title=title, ext=ext, output_dir=output_dir) site_info = "thePlatform.com"