diff --git a/docs/Song.html b/docs/Song.html
index a886aee..8ee826e 100644
--- a/docs/Song.html
+++ b/docs/Song.html
@@ -565,6 +565,75 @@
+
+
+
+
+
+
rawVideo :Video
+
+
+
+
+
+
Raw video object from Simple Youtube API
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Type:
+
+
+
+
+
+
diff --git a/src/Song.js b/src/Song.js
index 84dd212..0bfb5c5 100644
--- a/src/Song.js
+++ b/src/Song.js
@@ -17,6 +17,11 @@ class Song {
* @type {Number}
*/
this.duration = ((video.duration.hours*3600)+(video.duration.minutes*60)+(video.duration.seconds)) * 100;
+ /**
+ * Raw video object from Simple Youtube API
+ * @type {Video}
+ */
+ this.rawVideo = video;
/**
* Raw informations about the song.
* @type {Object}