| | |
| | | import org.hibernate.Session; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | import com.yeshi.buwan.dao.BaseDao; |
| | | import com.yeshi.buwan.dao.base.BaseDao; |
| | | import com.yeshi.buwan.domain.BiliBiliUrlId; |
| | | import com.yeshi.buwan.util.HibernateSessionFactory; |
| | | |
| | |
| | | |
| | | public static JSONObject getRequestHeader(String aid) { |
| | | JSONObject header = new JSONObject(); |
| | | header.put("Referer", "http://www.bilibili.com/mobile/video/av" + aid + ".html"); |
| | | header.put("Referer", "http://www.bilibili.com/mobile/juhe/av" + aid + ".html"); |
| | | return header; |
| | | } |
| | | |