Documentation ¶
Overview ¶
package which contains all the function used in order to obtain the presentation's information
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSlideImageURL ¶
Retrieves the correct URL from the webpage's HTML code in order to start retrieving each slide from the original presentation
func GetSlideList ¶
Returns the list of all the URL of the slide parsing the XML file which contains all of them
func TransformImageURL ¶
Transform the retrieved URL in order to get another URL which contains a list of reference to SWF file that represents the presentation's slides
Types ¶
type TagNotFoundError ¶
type TagNotFoundError struct {
// contains filtered or unexported fields
}
Used when a specific HTML tag isn't found
func (TagNotFoundError) Error ¶
func (e TagNotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.