You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,26 @@
1
1
Changelog
2
2
---------
3
3
4
+
Version 0.5.2
5
+
=============
6
+
7
+
What's New
8
+
++++++++++
9
+
Now you can use authorized access token to get your subscriptions.
10
+
You can to the demo `A demo for get my subscription <examples/subscription.py>`_ to see simple usage.
11
+
Or you can see the `subscriptions usage <README.rst#subscriptions>`_ docs.
12
+
13
+
#43 add api for get my subscriptions
14
+
#41 add api for channel subscriptions
15
+
16
+
17
+
4
18
Version 0.5.1
5
19
=============
6
20
21
+
What's New
22
+
++++++++++
23
+
7
24
Now some apis can get all target items just by one method call.
8
25
9
26
For example, you can get playlist's all items by follow call::
@@ -14,7 +31,7 @@ For example, you can get playlist's all items by follow call::
14
31
In [3]: len(r.items)
15
32
Out[4]: 73
16
33
17
-
You can see the `README<https://github.com/sns-sdks/python-youtube/blob/master/README.rst>`_ to find which methods support this.
34
+
You can see the `README`_ to find which methods support this.
18
35
19
36
Version 0.5.0
20
37
=============
@@ -25,7 +42,7 @@ Broken Change
25
42
Now introduce new model ApiResponse representing the response from youtube, so previous usage has been invalidated.
26
43
27
44
You need to read the docs to get more change `Modules Documentation <https://python-youtube.readthedocs.io/en/latest/pyyoutube.html#module-pyyoutube.api>`_,
28
-
or see the `README<https://github.com/sns-sdks/python-youtube/blob/v0.5.0/README.rst>`_ to get the simple new usage.
45
+
or see the `README`_ to get the simple new usage.
29
46
30
47
What's New
31
48
++++++++++
@@ -35,3 +52,5 @@ Split some method into multiple usage, for example get video has been split thre
Subscription(kind='youtube#subscription', id='zqShTXi-2-Rya5uUxEp3ZsPI3fZrFQnSXNQCwvHBGGo', snippet=SubscriptionSnippet(title='ikaros-life', description='This is a test channel.'))]
378
+
379
+
Get yourself subscriptions, this need you do authorization first or give the authorized access token::
[Subscription(kind='youtube#subscription', id='FMP3Mleijt-52zZDGkHtR5KhwkvCcdQKWWWIA1j5eGc', snippet=SubscriptionSnippet(title='TEDx Talks', description="TEDx is an international community that organizes TED-style events anywhere and everywhere -- celebrating locally-driven ideas and elevating them to a global stage. TEDx events are produced independently of TED conferences, each event curates speakers on their own, but based on TED's format and rules.\n\nFor more information on using TED for commercial purposes (e.g. employee learning, in a film, or in an online course), please submit a media request using the link below.")),
405
+
Subscription(kind='youtube#subscription', id='FMP3Mleijt_ZKvy5M-HhRlsqI4wXY7VmP5g8lvmRhVU', snippet=SubscriptionSnippet(title='TED Residency', description='The TED Residency program is an incubator for breakthrough ideas. It is free and open to all via a semi-annual competitive application. Those chosen as TED Residents spend four months at TED headquarters in New York City, working on their idea. Selection criteria include the strength of their idea, their character, and their ability to bring a fresh perspective and positive contribution to the diverse TED community.'))]
0 commit comments