urldecode when fetching ? mixcloud accepting parameters in url.

Created on 1 September 2014, over 10 years ago
Updated 26 November 2024, 4 months ago

Just querying something here - I'm looking to get mixcloud embedding into my pages (which works fine) however I want to hide the tracklist in some instances but not in others.

There is a way to do this via the url you give. example: http://www.mixcloud.com/abeas/the-big-medley-radiohead/&hide_tracklist=1

using the change below this allows me to pass in parameters. I thought to post this here to find out any reasons this wouldn't be a good idea?

--- a/sites/all/modules/contrib/oembed/oembedcore.module
+++ b/sites/all/modules/contrib/oembed/oembedcore.module
@@ -394,7 +394,7 @@ function oembedcore_oembed_fetch($provider, $url, $matches, $attributes = array(
       $fetch_url = $provider['endpoint'] . '?' . $query;

       //TODO: Add alternative ways of fetching the content - like http client?
-      $response = drupal_http_request($fetch_url);
+      $response = drupal_http_request(urldecode($fetch_url));
       if (!isset($response->error)) {
         $embed = json_decode($response->data);
         if (!is_object($embed)) {
✨ Feature request
Status

Closed: outdated

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom gaxze

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡¦Ukraine AstonVictor

    I'm closing it because the issue was created a long time ago without any further steps.

    if you still need it then raise a new one.
    thanks

Production build 0.71.5 2024