flatiron-video-uploader 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/flatiron-video-uploader/runner.rb +1 -2
- data/lib/flatiron-video-uploader/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d2e572cfbc5f094e3fd4605b31b36bf7b7627fa6
|
|
4
|
+
data.tar.gz: 9ee5f78e3cd085b72cf78254c4067a052febcf35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c487439fc13d20165d53e8b744be1d34092f9bc60b03e58fa6dd11e3e95d42018c4f0ebc084beb427ac3da3556412fc37ad01bc0b7ef0378dd1365594c7e3f47
|
|
7
|
+
data.tar.gz: 6a02f167c771063fa1a0858d54c56ad1f4bf11711cc90c93186c672e2662759b694274dd689317eda998fbb8f4e2aa000dda9c55aa38967a46cb10461589f07a
|
|
@@ -151,7 +151,7 @@ module FlatironVideoUploader
|
|
|
151
151
|
:api_method => youtube.videos.insert,
|
|
152
152
|
:body_object => body,
|
|
153
153
|
:media => video_to_upload,
|
|
154
|
-
:retries =>
|
|
154
|
+
:retries => 0,
|
|
155
155
|
:parameters => {
|
|
156
156
|
:uploadType => 'resumable',
|
|
157
157
|
:part => body.keys.join(','),
|
|
@@ -170,7 +170,6 @@ module FlatironVideoUploader
|
|
|
170
170
|
puts command
|
|
171
171
|
puts "\n\n"
|
|
172
172
|
puts "#"*30
|
|
173
|
-
|
|
174
173
|
TerminalNotifier.notify("Finished Uploading Video to Youtube. Click to copy embed ", :title => "Video Uploader", :execute => `echo '#{command}' | pbcopy`)
|
|
175
174
|
# rescue Google::APIClient::TransmissionError => e
|
|
176
175
|
# binding.pry
|