Skip to content

Commit

Permalink
adds source_url to images info in raw exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Jul 13, 2018
1 parent 88581de commit d58013d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/threadx.rb
Expand Up @@ -323,6 +323,7 @@ def raw_areas_data
media_name: img.media.display_name,
media_country: img.media.country,
image_size: img.size,
source_url: img.source_url,
missing: img.missing }

images_data << image_data
Expand Down

0 comments on commit d58013d

Please sign in to comment.