yt 0.25.19 → 0.25.20
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/CHANGELOG.md +4 -0
- data/lib/yt/collections/reports.rb +2 -0
- data/lib/yt/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff024fef1f2914775cc7e6739026ae0f83017ee3
|
|
4
|
+
data.tar.gz: 2b9ad1e84cec8fb588cfcace0630dfac9d0f52fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3643fe90f6631b93881b1204f87492734ab85b1c15b2d5d5d8161c0b284f1737a8b556a8ff2d7c5a33509d174659f13240e8426ff8ba32ca50050d01f730320d
|
|
7
|
+
data.tar.gz: 77f33b6cb1584c5b39fa75a5a5f3987219c85f1120398bdf845c2793a49bf67b148d060d62b03397dd28ccc3053048954307f176a46e739a6fe8ecdbc69d7af3
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ For more information about changelogs, check
|
|
|
6
6
|
[Keep a Changelog](http://keepachangelog.com) and
|
|
7
7
|
[Vandamme](http://tech-angels.github.io/vandamme).
|
|
8
8
|
|
|
9
|
+
## 0.25.20 - 2016-01-24
|
|
10
|
+
|
|
11
|
+
* [FEATURE] Add (undocumented) playback location dimensions SEARCH and BROWSE
|
|
12
|
+
|
|
9
13
|
## 0.25.19 - 2016-01-15
|
|
10
14
|
|
|
11
15
|
* [FEATURE] Add `:group_items` to Yt::VideoGroup (list items of a group)
|
|
@@ -53,6 +53,8 @@ module Yt
|
|
|
53
53
|
embedded: 'EMBEDDED',
|
|
54
54
|
other: 'YT_OTHER',
|
|
55
55
|
external_app: 'EXTERNAL_APP',
|
|
56
|
+
search: 'SEARCH', # undocumented but returned by the API
|
|
57
|
+
browse: 'BROWSE', # undocumented but returned by the API
|
|
56
58
|
mobile: 'MOBILE' # only present for data < September 10, 2013
|
|
57
59
|
}
|
|
58
60
|
|
data/lib/yt/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.25.
|
|
4
|
+
version: 0.25.20
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Claudio Baccigalupo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-01-
|
|
11
|
+
date: 2016-01-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|