Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alexta69/metube
/ get
Method
get
app/ytdl.py:1442–1445 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1440
return
{
'status'
:
'ok'
}
1441
1442
def
get(self):
1443
return
(list((k, v.info)
for
k, v in self.queue.items()) +
1444
list((k, v.info)
for
k, v in self.pending.items()),
1445
list((k, v.info)
for
k, v in self.done.items()))
Callers
15
test_get_returns_tuple_of_lists
Function · 0.95
load
Method · 0.45
__setstate__
Method · 0.45
put_status_postprocessor
Method · 0.45
update_status
Method · 0.45
_load_state_items
Method · 0.45
put
Method · 0.45
_live_monitor_loop
Method · 0.45
_probe_scheduled_download
Method · 0.45
_build_ytdl_options
Method · 0.45
__extract_info
Method · 0.45
__add_download
Method · 0.45
Calls
1
items
Method · 0.80
Tested by
15
test_get_returns_tuple_of_lists
Function · 0.76
test_cancel_before_start_marks_download_canceled
Function · 0.36
test_add_merges_global_preset_and_override_options
Function · 0.36
test_extract_info_preset_null_download_archive_overrides_global
Function · 0.36
test_add_sets_clip_bounds_on_download_info
Function · 0.36
test_add_upcoming_stream_scheduled_without_starting
Function · 0.36
test_probe_scheduled_starts_when_live
Function · 0.36
test_import_scheduled_re_registers_monitor
Function · 0.36
test_probe_transient_error_retries_without_failing
Function · 0.36
test_probe_gives_up_after_max_failures
Function · 0.36
test_probe_recovers_after_transient_then_starts
Function · 0.36
test_runtime_override_roundtrip
Method · 0.36