Versions in this module Expand all Collapse all v1 v1.0.0 Jun 17, 2020 Changes in this version + func GetByteReader(respBody []byte) *bytes.Reader + func GetByteWithIoReader(respBody io.Reader) ([]byte, error) + func GetBytesReaderWithIoReader(respBody io.Reader) (reader *bytes.Reader, err error) + func GetHrefWithByte(httpBody []byte) (l *[]string, err error) + func GetHrefWithBytesReader(httpBody *bytes.Reader) (l *[]string, err error) + func GetImgSrcWithByte(httpBody []byte) (i *[]string, err error) + func GetImgSrcWithBytesReader(httpBody *bytes.Reader) (i *[]string, err error) + func GetTitleWithByte(httpBody []byte) (t string, err error) + func GetVideoSrcWithBytesReader(httpBody *bytes.Reader) (s []string, err error) + func IsValidUrl(s string) bool + func TitleBytes(httpBody *bytes.Reader) (t string, err error)