Update docs for 1.4.1 release
diff --git a/docs/dyn/youtube_v3.html b/docs/dyn/youtube_v3.html
index b69a986..333375a 100644
--- a/docs/dyn/youtube_v3.html
+++ b/docs/dyn/youtube_v3.html
@@ -80,6 +80,11 @@
<p class="firstline">Returns the activities Resource.</p>
<p class="toc_element">
+ <code><a href="youtube_v3.captions.html">captions()</a></code>
+</p>
+<p class="firstline">Returns the captions Resource.</p>
+
+<p class="toc_element">
<code><a href="youtube_v3.channelBanners.html">channelBanners()</a></code>
</p>
<p class="firstline">Returns the channelBanners Resource.</p>
@@ -95,6 +100,16 @@
<p class="firstline">Returns the channels Resource.</p>
<p class="toc_element">
+ <code><a href="youtube_v3.commentThreads.html">commentThreads()</a></code>
+</p>
+<p class="firstline">Returns the commentThreads Resource.</p>
+
+<p class="toc_element">
+ <code><a href="youtube_v3.comments.html">comments()</a></code>
+</p>
+<p class="firstline">Returns the comments Resource.</p>
+
+<p class="toc_element">
<code><a href="youtube_v3.guideCategories.html">guideCategories()</a></code>
</p>
<p class="firstline">Returns the guideCategories Resource.</p>
@@ -145,6 +160,11 @@
<p class="firstline">Returns the thumbnails Resource.</p>
<p class="toc_element">
+ <code><a href="youtube_v3.videoAbuseReportReasons.html">videoAbuseReportReasons()</a></code>
+</p>
+<p class="firstline">Returns the videoAbuseReportReasons Resource.</p>
+
+<p class="toc_element">
<code><a href="youtube_v3.videoCategories.html">videoCategories()</a></code>
</p>
<p class="firstline">Returns the videoCategories Resource.</p>
@@ -159,4 +179,25 @@
</p>
<p class="firstline">Returns the watermarks Resource.</p>
+<p class="toc_element">
+ <code><a href="#new_batch_http_request">new_batch_http_request()</a></code></p>
+<p class="firstline">Create a BatchHttpRequest object based on the discovery document.</p>
+<h3>Method Details</h3>
+<div class="method">
+ <code class="details" id="new_batch_http_request">new_batch_http_request()</code>
+ <pre>Create a BatchHttpRequest object based on the discovery document.
+
+ Args:
+ callback: callable, A callback to be called for each response, of the
+ form callback(id, response, exception). The first parameter is the
+ request id, and the second is the deserialized response object. The
+ third is an apiclient.errors.HttpError exception object if an HTTP
+ error occurred while processing the request, or None if no error
+ occurred.
+
+ Returns:
+ A BatchHttpRequest object based on the discovery document.
+ </pre>
+</div>
+
</body></html>
\ No newline at end of file