Skip to content

Commit

Permalink
Fix youtube bug in continuous_import
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jul 9, 2017
1 parent 32008cb commit d6ee980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v7/continuous_import/templates/jinja/youtube.tmpl
@@ -1,6 +1,6 @@
<h2>{{ item['title'] }}</h2>

{{% media url={{ item['media_content'][0]['url'] }} %}}
{{% media url={{ item['links'][0]['href'] }} %}}

{% if 'summary_detail' in item %}
<p>
Expand Down
2 changes: 1 addition & 1 deletion v7/continuous_import/templates/mako/youtube.tmpl
@@ -1,6 +1,6 @@
<h2>${item['title']}</h2>

{{% media url=${item['media_content'][0]['url']} %}}
{{% media url=${item['links'][0]['href']} %}}

% if 'summary_detail' in item:
<p>
Expand Down

0 comments on commit d6ee980

Please sign in to comment.