From bf0dd02e2a7aa37644f10c6e5027a45d3b753610 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 8 Oct 2017 13:53:04 +0200 Subject: [PATCH] Update details about using the service --- source/_components/media_extractor.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/media_extractor.markdown b/source/_components/media_extractor.markdown index 1eb54f61e83..114d70f3fe7 100644 --- a/source/_components/media_extractor.markdown +++ b/source/_components/media_extractor.markdown @@ -63,7 +63,7 @@ More info about queries [here](https://github.com/rg3/youtube-dl#format-selectio ### {% linkable_title Use the service %} -Go to the "Developer Tools," then to "Call Service," and choose `media_extractor/play_media` from the list of available services. Fill the "Service Data" field as shown in the example below and hit "CALL SERVICE." +Use service developer tool icon **Services** from the **Developer Tools**. Choose `media_extractor` from the dropdown menu **Domain** and `play_media` from **Service**, enter something like the JSON sample from above into the **Service Data** field, and hit **CALL SERVICE**. This will download the file from the given URL.